From abac457033a183dc9eeb9305fece5baa07251738 Mon Sep 17 00:00:00 2001 From: Michael Sambol Date: Wed, 21 Feb 2018 13:42:22 -0600 Subject: [PATCH] website: Fix typo in Getting Started guide --- website/intro/getting-started/variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/intro/getting-started/variables.html.md b/website/intro/getting-started/variables.html.md index 3c518f913..76302d937 100644 --- a/website/intro/getting-started/variables.html.md +++ b/website/intro/getting-started/variables.html.md @@ -93,7 +93,7 @@ specify a file. These files are the same syntax as Terraform configuration files. And like Terraform configuration files, these files can also be JSON. -We don't recommend saving usernames and password to version control, But you +We don't recommend saving usernames and password to version control, but you can create a local secret variables file and use `-var-file` to load it. You can use multiple `-var-file` arguments in a single command, with some