From 652b48bb49625e437b797e1a991aa4fa31126dfd Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Tue, 1 Dec 2020 15:12:25 -0800 Subject: [PATCH] website: link to sensitive variables tutorial --- website/docs/configuration/variables.html.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/configuration/variables.html.md b/website/docs/configuration/variables.html.md index c51cce622..26ee510b0 100644 --- a/website/docs/configuration/variables.html.md +++ b/website/docs/configuration/variables.html.md @@ -211,7 +211,9 @@ using a sentence structure similar to the above examples. [inpage-sensitive]: #suppressing-values-in-cli-output --> This feature was introduced in Terraform CLI v0.14.0. +-> This feature was introduced in Terraform v0.14.0. + +> **Hands-on:** Try the [Protect Sensitive Input Variables](https://learn.hashicorp.com/tutorials/terraform/sensitive-variables?in=terraform/configuration-language&utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS) tutorial on HashiCorp Learn. Setting a variable as `sensitive` prevents Terraform from showing its value in the `plan` or `apply` output, when that variable is used within a configuration.