website: Fix typo in Getting Started guide

This commit is contained in:
Michael Sambol 2018-02-21 13:42:22 -06:00 committed by Martin Atkins
parent 1d0f5fdac9
commit abac457033
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ specify a file. These files are the same syntax as Terraform
configuration files. And like Terraform configuration files, these files configuration files. And like Terraform configuration files, these files
can also be JSON. 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. 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 You can use multiple `-var-file` arguments in a single command, with some