hashicorp / aws-cloudformation-resource-schema-sdk-go

This package provides AWS CloudFormation Resource Schema functionality in Go
Mozilla Public License 2.0
5 stars 2 forks source link

`Property.Maximum` and `Property.Minimum` should be of type `int64` #41

Closed ewbankkit closed 2 years ago

ewbankkit commented 2 years ago

Relates: https://github.com/hashicorp/terraform-provider-awscc/issues/533.

Or should they be float64s or json.Numbers?