Tech debt: Replace 'FloatAtLeast' and 'validateStringNotMatch' with terraform-plugin-sdk 'validation.FloatAtLeast' and 'validation.StringDoesNotMatch' #11034
Labels
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Community Note
Description
After the merging of #10960 we can now replace
FloatAtLeast()
withvalidation.FloatAtLeast()
, andvalidateStringNotMatch()
withvalidation.StringDoesNotMatch()
from
terraform-plugin-sdk
.References
Similar:
FloatAtLeast()
aws/resource_aws_sagemaker_endpoint_configuration.go
validateStringNotMatch()
aws/resource_aws_dax_cluster.go
aws/resource_aws_elasticache_cluster.go
aws/resource_aws_elasticache_replication_group.go
The text was updated successfully, but these errors were encountered: