terraform/plugin
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
..
convert Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
discovery Mildwonkey/tfconfig upgrade (#23670) 2020-01-10 11:54:53 -05:00
mock_proto Version tools per Go convention under tools.go 2019-10-17 22:23:39 +02:00
client.go allow disabling AutoMTLS with env var 2020-01-08 15:02:23 +00:00
grpc_provider.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
grpc_provider_test.go move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
grpc_provisioner.go
grpc_provisioner_test.go move hcl2shim package to configs 2019-08-06 19:58:58 -04:00
plugin.go
plugin_test.go
resource_provider.go Add support for provider metadata to modules. (#22583) 2020-03-05 16:53:24 -08:00
resource_provider_test.go
resource_provisioner.go
resource_provisioner_test.go
serve.go
ui_input.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
ui_input_test.go core: add a context to the UIInput interface 2019-03-08 10:24:40 +01:00
ui_output.go
ui_output_test.go