Closed SBGoods closed 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:
int32validator
float32validator
ValueFloat32sAre
ValueInt32sAre
listvalidator
mapvalidator
setvalidator
Will hold off on merging until terraform-plugin-framework v1.10.0 is released with int32 and float32 type support.
v1.10.0
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:
int32validator
andfloat32validator
packages with type specific validatorsValueFloat32sAre
andValueInt32sAre
validators tolistvalidator
,mapvalidator
, andsetvalidator
packagesWill hold off on merging until terraform-plugin-framework
v1.10.0
is released with int32 and float32 type support.