From be50089c7fc1da87dd483e53a931f3737fb7c9fc Mon Sep 17 00:00:00 2001 From: Pam Selle <204372+pselle@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:12:25 -0400 Subject: [PATCH] Rephrase sensitive index description --- website/docs/configuration/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index d383190bf..a65806717 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -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