hashicorp / terraform-plugin-framework-validators

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

all: Add support for Int32 and Float32 Type Validators #222

Closed SBGoods closed 4 months ago

SBGoods commented 4 months ago

Relates: https://github.com/hashicorp/terraform-plugin-framework/pull/1010 Relates: https://github.com/hashicorp/terraform-plugin-framework/pull/1014

Add support for Int32 and Float32 Type Validators:

Will hold off on merging until terraform-plugin-framework v1.10.0 is released with int32 and float32 type support.