From 6f8dadfa3ad80deb3efbfc7d351cb02da80e594a Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Mon, 26 Feb 2018 16:23:49 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f82de963..0dc331893 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Runs `terraform plan` for the changes in this pull request. Options: * `-d directory` Which directory to run plan in relative to root of repo. Use '.' for root. If not specified, will attempt to run plan for all Terraform projects we think were modified in this changeset. -* -w workspace` Switch to this [Terraform workspace](https://www.terraform.io/docs/state/workspaces.html) before planning. Defaults to 'default'. If not using Terraform workspaces you can ignore this. +* `-w workspace` Switch to this [Terraform workspace](https://www.terraform.io/docs/state/workspaces.html) before planning. Defaults to 'default'. If not using Terraform workspaces you can ignore this. * `--verbose` Append Atlantis log to comment. Additional Terraform flags: @@ -101,7 +101,7 @@ Runs `terraform plan` for the changes in this pull request. Options: * `-d directory` Apply the plan for this directory, relative to root of repo. Use '.' for root. If not specified, will run apply against all plans created for this workspace. -* -w workspace` Apply the plan for this [Terraform workspace](https://www.terraform.io/docs/state/workspaces.html). Defaults to 'default'. If not using Terraform workspaces you can ignore this. +* `-w workspace` Apply the plan for this [Terraform workspace](https://www.terraform.io/docs/state/workspaces.html). Defaults to 'default'. If not using Terraform workspaces you can ignore this. * `--verbose` Append Atlantis log to comment. Additional Terraform flags: