terraform/command/jsonprovider
Paddy e6592dc710
Add support for provider metadata to modules. (#22583)
Implement a new provider_meta block in the terraform block of modules, allowing provider-keyed metadata to be communicated from HCL to provider binaries.

Bundled in this change for minimal protocol version bumping is the addition of markdown support for attribute descriptions and the ability to indicate when an attribute is deprecated, so this information can be shown in the schema dump.

Co-authored-by: Paul Tyng <paul@paultyng.net>
2020-03-05 16:53:24 -08:00
..
attribute.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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 provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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 terraform: use addrs.Provider as map keys for provider schemas (#24002) 2020-02-03 08:18:04 -05:00
provider_test.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08: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