Skip to content

Commit fadb7c9

Browse files
authored
[Internal] Move TFSDK model template to universe (#4303)
## 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]>
1 parent 7c9e98d commit fadb7c9

File tree

2 files changed

+0
-106
lines changed

2 files changed

+0
-106
lines changed

.codegen.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
22
"formatter": "make fmt",
33
"mode": "tf_v1",
4-
"packages": {
5-
".codegen/model.go.tmpl": "internal/service/{{.Name}}_tf/model.go"
6-
},
74
"changelog_config": ".codegen/changelog_config.yml",
85
"version": {
96
"common/version.go": "version = \"$VERSION\""

.codegen/model.go.tmpl

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)