hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.81k stars 9.16k forks source link

Tech debt: Replace 'FloatAtLeast' and 'validateStringNotMatch' with terraform-plugin-sdk 'validation.FloatAtLeast' and 'validation.StringDoesNotMatch' #11034

Closed ewbankkit closed 4 years ago

ewbankkit commented 4 years ago

Community Note

Description

After the merging of https://github.com/terraform-providers/terraform-provider-aws/pull/10960 we can now replace

from terraform-plugin-sdk.

References

Similar:

FloatAtLeast()

validateStringNotMatch()

ghost commented 4 years ago

This has been released in version 2.52.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

ghost commented 4 years ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!