Update opsworks_application.html.markdown (#10304)
'Secret' is incorrect in the environment argument documentation. It is used correctly in the example at the top as 'secure'.
This commit is contained in:
parent
afe9388457
commit
efa265a764
|
@ -79,7 +79,7 @@ An `environment` block supports the following arguments:
|
||||||
|
|
||||||
* `key` - (Required) Variable name.
|
* `key` - (Required) Variable name.
|
||||||
* `value` - (Required) Variable value.
|
* `value` - (Required) Variable value.
|
||||||
* `secret` - (Optional) Set visibility of the variable value to `true` or `false`.
|
* `secure` - (Optional) Set visibility of the variable value to `true` or `false`.
|
||||||
|
|
||||||
A `ssl_configuration` block supports the following arguments (can only be defined once per resource):
|
A `ssl_configuration` block supports the following arguments (can only be defined once per resource):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue