hashicorp / terraform-plugin-framework-validators

Common Use Case Validators for terraform-plugin-framework
Mozilla Public License 2.0
25 stars 11 forks source link

Migrate Web Validators from SDK v2 #125

Open zliang-akamai opened 1 year ago

zliang-akamai commented 1 year ago

Terraform CLI and Framework Versions

latest

Use Cases or Problem Statement

A TF provider sometimes need an utility function to validate an URL from the user configured values.

Proposal

SDK v2 provides a collection of validators for web, and it will be nicer if we can use it in the framework based plugin. Can you consider migrating them to this repo?

Additional Information

No response

Code of Conduct

bflad commented 1 year ago

Hi @zliang-akamai 👋 Real briefly, this comment applies here as well: https://github.com/hashicorp/terraform-plugin-framework-validators/issues/86#issuecomment-1358073383

Unfortunately some other higher priority work got in the way of HashiCorp publishing these (the initial planned set of custom types is JSON, net, and time string types) earlier this year, but I can say with a high degree of confidence now that they are planned for the coming weeks.