website: Fix confusing indentation issues in configuration representation

This commit is contained in:
Nick Fagerlund 2019-02-20 18:45:14 -08:00
parent 0a58004da4
commit 4a19b53b55
1 changed files with 11 additions and 10 deletions

View File

@ -263,9 +263,10 @@ Because the configuration models are produced at a stage prior to expression eva
// across module boundaries.
"provider_configs": {
// Keys in this map are to be considered opaque by callers, and used just for
// lookups using the "provider_config_key" property in each resource object.
"opaque_provider_ref": {
// Keys in the provider_configs map are to be considered opaque by callers,
// and used just for lookups using the "provider_config_key" property in each
// resource object.
"opaque_provider_ref_aws": {
// "name" is the name of the provider without any alias
"name": "aws",
@ -316,7 +317,7 @@ Because the configuration models are produced at a stage prior to expression eva
// "provider_config_key" is the key into "provider_configs" (shown
// above) for the provider configuration that this resource is
// associated with.
"provider_config_key": "blahblahopaque",
"provider_config_key": "opaque_provider_ref_aws",
// "provisioners" is an optional field which describes any provisioners.
// Connection info will not be included here.