From 5b5ccc391ff370ac1409e86e48712ce9ce6f805a Mon Sep 17 00:00:00 2001 From: Clayton Burlison Date: Wed, 18 Apr 2018 10:19:37 -0500 Subject: [PATCH] docs: Minor correction with regards to `-var-file` `-tfvars=` isn't a valid terraform argument. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8df39f7..8a924a99d 100644 --- a/README.md +++ b/README.md @@ -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.