terraform/command/jsonprovider
Kristin Laemmert 77562d9b57
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.
2021-03-22 11:45:36 -04:00
..
attribute.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
attribute_test.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
block.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
block_test.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
doc.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00
provider.go command/jsonprovider: bump format version (#28115) 2021-03-22 11:45:36 -04:00
provider_test.go add support for attributes with nested types in providers schema (#28055) 2021-03-12 08:28:22 -05:00
schema.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00
schema_test.go command/jsonprovider: export providers schemas to json (#20446) 2019-02-25 13:32:47 -08:00