mirror of https://github.com/hashicorp/terraform
command/jsonprovider: bump format version (#28115)
Support for attributes with NestedTypes was added in https://github.com/hashicorp/terraform/pull/28055, and should have included a format version bump: this is a backwards-compatible change, but consumers will need to be updated in order to properly decode attributes (with NestedTypes) going forward.pull/28164/head
parent
2a49d908b8
commit
77562d9b57
@ -1,3 +1,3 @@
|
||||
{
|
||||
"format_version": "0.1"
|
||||
"format_version": "0.2"
|
||||
}
|
||||
Loading…
Reference in new issue