Rephrase sensitive index description

This commit is contained in:
Pam Selle 2020-10-01 13:12:25 -04:00
parent 09551de078
commit be50089c7f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ Terraform CLI defines the following optional arguments for variable declarations
- [`type`][inpage-type] - This argument specifies what value types are accepted for the variable.
- [`description`][inpage-description] - This specifies the input variable's documentation.
- [`validation`][inpage-validation] - A block to define validation rules, usually in addition to type constraints.
- [`sensitive`][inpage-sensitive] - A boolean value that can limit Terraform UI output when the variable is used in configuration, to avoid accidental disclosure in logs or other UI.
- [`sensitive`][inpage-sensitive] - Limits Terraform UI output when the variable is used in configuration.
### Default values