You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the terraform-plugin-codegen-framework, models are generated from the specification. Currently, it is possible for the specification to contain names that are duplicated across attributes and blocks. For instance, the following intermediate representation is currently permitted
Within the terraform-plugin-codegen-framework, models are generated from the specification. Currently, it is possible for the specification to contain names that are duplicated across attributes and blocks. For instance, the following intermediate representation is currently permitted
This results in the generation of a valid schema with the following form:
However, it also results in the generation of an invalid model with the following form:
The text was updated successfully, but these errors were encountered: