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
Validators MapLenBetween and MapKeyNotMatch were added to the AWS provider in hashicorp/terraform-provider-aws#15669. Ideally these should be added to the Plugin SDK as they are not at all specific to that one provider.
Attempted Solutions
Proposal
The new validators should be of the Diagnostics form similar to other Map validators added for v2.
SDK version
Use-cases
Validators
MapLenBetween
andMapKeyNotMatch
were added to the AWS provider in hashicorp/terraform-provider-aws#15669. Ideally these should be added to the Plugin SDK as they are not at all specific to that one provider.Attempted Solutions
Proposal
The new validators should be of the
Diagnostics
form similar to other Map validators added for v2.References
The text was updated successfully, but these errors were encountered: