We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ go run ./cmd/tfplugingen-framework --version tfplugingen-framework module: (devel)
5ff9cd3
{ "provider": { "name": "myprovider" }, "resources": [ { "name": "myresource", "schema": { "attributes": [ { "name": "toplevel", "single_nested": { "computed_optional_required": "computed_optional", "attributes": [ { "name": "field1", "list_nested": { "computed_optional_required": "computed_optional", "nested_object": { "attributes": [ { "name": "i_will_be_duplicated", "single_nested": { "computed_optional_required": "computed_optional", "attributes": [ { "name": "somefield", "list": { "computed_optional_required": "computed_optional", "element_type": { "string": {} } } } ] } } ] } } }, { "name": "field2", "list_nested": { "computed_optional_required": "computed_optional", "nested_object": { "attributes": [ { "name": "i_will_be_duplicated", "single_nested": { "computed_optional_required": "computed_optional", "attributes": [ { "name": "somefield", "list": { "computed_optional_required": "computed_optional", "element_type": { "string": {} } } } ] } } ] } } } ] } } ] } } ], "version": "0.1" }
To not have duplicate
Has duplicate definition for IWillBeDuplicatedValue and related
IWillBeDuplicatedValue
No response
The text was updated successfully, but these errors were encountered:
We are having the same issue. The structure names should be prefixed with the previous path to ensure uniqueness.
Sorry, something went wrong.
No branches or pull requests
tfplugingen-framework CLI version
5ff9cd3
Provider Code Spec File
Expected Behavior
To not have duplicate
Actual Behavior
Has duplicate definition for
IWillBeDuplicatedValue
and relatedAdditional Information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: