Merge pull request #109 from clburlison/patch-1

docs: Minor correction with regards to `-var-file`
This commit is contained in:
Luke Kysow
2018-04-18 18:56:10 -07:00
committed by GitHub

View File

@@ -174,7 +174,7 @@ atlantis plan -w staging
If a workspace is specified, Atlantis will use `terraform workspace select {workspace}` prior to running `terraform plan` or `terraform apply`.
If you're using the `env/{env}.tfvars` [project structure](#project-structure) we will also append `-tfvars=env/{env}.tfvars` to `plan` and `apply`.
If you're using the `env/{env}.tfvars` [project structure](#project-structure) we will also append `-var-file=env/{env}.tfvars` to `plan` and `apply`.
If no workspace is specified, we'll use the `default` workspace by default.
This replicates Terraform's default behaviour which also uses the `default` workspace.