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
CloudFormation properties can be of type ordered set - unique items with insertion order significant. This type does not cleanly map to either Terraform List or Set.
Currently we emit these properties as Lists but we will need to add validation that elements are unique.
Likely best handled via a custom type.
CloudFormation properties can be of type ordered set - unique items with insertion order significant. This type does not cleanly map to either Terraform List or Set.
Currently we emit these properties as Lists but we will need to add validation that elements are unique.
Likely best handled via a custom type.
Relates: #39.
Relates: hashicorp/terraform-plugin-framework#99.
The text was updated successfully, but these errors were encountered: