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.8k stars 9.15k forks source link

[TechDebt]: Replace internal `BoolEquals` validator with `boolvalidator.Equals` #39817

Open jar-b opened 20 hours ago

jar-b commented 20 hours ago

Description

39180 introduced a custom validator, BoolEquals. The terraform-plugin-framework-validators repository has now added an equivalent Equals validator in the boolvalidator package, which can replace this custom implementation.

References

Depends on #39790 Relates #39180 Relates https://github.com/hashicorp/terraform-plugin-framework-validators/pull/232

Would you like to implement a fix?

None

github-actions[bot] commented 20 hours ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue