Closed SBGoods closed 5 months ago
Closes: #801
This PR introduces Int32 type support to terraform-plugin-framework with the addition of:
terraform-plugin-framework
types.Int32Type
types.Int32
basetypes.Int32Typable
basetypes.Int32Valuable
basetypes.Int32ValuableWithSemanticEquals
schema.Int32Attribute
function.Int32Parameter
function.Int32Return
validator.Int32
Closes: #801
This PR introduces Int32 type support to
terraform-plugin-framework
with the addition of:types.Int32Type
andtypes.Int32
basetypes.Int32Typable
,basetypes.Int32Valuable
andbasetypes.Int32ValuableWithSemanticEquals
schema.Int32Attribute
for resource, data source, and provider schemasfunction.Int32Parameter
andfunction.Int32Return
validator.Int32