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:
Mark Cheshier 2016-11-23 00:56:42 -08:00 committed by Paul Stack
parent afe9388457
commit efa265a764
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ An `environment` block supports the following arguments:
* `key` - (Required) Variable name.
* `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):