This website requires JavaScript.
Explore
Help
Sign In
ResiLien
/
terraform
Watch
2
Star
0
Fork
You've already forked terraform
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c687ebeaf1
terraform
/
internal
/
command
/
testdata
/
providers-schema
/
empty
/
output.json
3 lines
31 B
JSON
Raw
Normal View
History
Unescape
Escape
`terraform show` and `terraform providers schema -json` should return valid json (#20697) * command/providers schemas: return empty json object if config parses successfully but no providers found * command/show (state): return an empty object if state is nil
2019-03-14 22:52:07 +01:00
{
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 16:45:36 +01:00
"format_version"
:
"0.2"
`terraform show` and `terraform providers schema -json` should return valid json (#20697) * command/providers schemas: return empty json object if config parses successfully but no providers found * command/show (state): return an empty object if state is nil
2019-03-14 22:52:07 +01:00
}