[TechDebt]: Replace internal BoolEquals
validator with boolvalidator.Equals
#39817
Labels
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
Description
#39180 introduced a custom validator,
BoolEquals
. Theterraform-plugin-framework-validators
repository has now added an equivalentEquals
validator in theboolvalidator
package, which can replace this custom implementation.boolvalidator.Equals
References
Depends on #39790
Relates #39180
Relates hashicorp/terraform-plugin-framework-validators#232
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: