hashicorp / terraform-exec

Terraform CLI commands via Go.
https://pkg.go.dev/github.com/hashicorp/terraform-exec
Mozilla Public License 2.0
661 stars 111 forks source link

Make UseJSONNumber the default #429

Open kmoe opened 9 months ago

kmoe commented 9 months ago

This is a breaking change, as it switches the returned terraform-json types from float64 to json.Number for number representation, so any tfexec consumer that goes deep enough into the plan or state to read a number value will have a compile error.