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
If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
Per hashicorp/terraform-plugin-sdk#62 the complex types under TypeMap are not supported. If we tighten the schema validators to enforce it can help with bridge hardening. It will also help avoid issues with providers that accidentally use this feature - much more appropriate to reject this a build-time (or at least warn).
Affected area/feature
The text was updated successfully, but these errors were encountered:
That's the best probably.. I could be good to run a test to see how many instances of this are across our ecosystem. Rejecting it out of hand is least effort but the more "correct" thing to do would be what TF does and treat these as map of strings.
Hello!
Issue details
Per hashicorp/terraform-plugin-sdk#62 the complex types under TypeMap are not supported. If we tighten the schema validators to enforce it can help with bridge hardening. It will also help avoid issues with providers that accidentally use this feature - much more appropriate to reject this a build-time (or at least warn).
Affected area/feature
The text was updated successfully, but these errors were encountered: