Skip to content

Commit

Permalink
[Internal] Move TFSDK model template to universe (#4303)
Browse files Browse the repository at this point in the history
## Changes
<!-- Summary of your changes that are easy to understand -->
In order to get ready for auto-generating resources, we're relocating
the templates for our plugin framework models to an internal repository.

## Tests
<!-- 
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
Verified that generating an SDK before and after this change resulted in
a no-op.

- [x] `make test` run locally
- [ ] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] relevant acceptance tests are passing
- [ ] using Go SDK

Co-authored-by: Omer Lachish <[email protected]>
  • Loading branch information
rauchy and rauchy authored Dec 9, 2024
1 parent 7c9e98d commit fadb7c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
3 changes: 0 additions & 3 deletions .codegen.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"formatter": "make fmt",
"mode": "tf_v1",
"packages": {
".codegen/model.go.tmpl": "internal/service/{{.Name}}_tf/model.go"
},
"changelog_config": ".codegen/changelog_config.yml",
"version": {
"common/version.go": "version = \"$VERSION\""
Expand Down
103 changes: 0 additions & 103 deletions .codegen/model.go.tmpl

This file was deleted.

0 comments on commit fadb7c9

Please sign in to comment.