diff --git a/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-production.txt b/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-production.txt index 8fe74ff8a3..a3b2973c5d 100644 --- a/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-production.txt +++ b/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-production.txt @@ -1,9 +1,3 @@ -Ran Plan for 2 projects: - -1. dir: `production` workspace: `production` -1. dir: `staging` workspace: `staging` - -### 1. dir: `production` workspace: `production`
Show Output ```diff @@ -14,9 +8,9 @@ Resource actions are indicated with the following symbols: Terraform will perform the following actions: - # null_resource.this will be created + # null_resource.this will be created + resource "null_resource" "this" { - + id = (known after apply) + + id = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy. @@ -32,40 +26,3 @@ Changes to Outputs: * :repeat: To **plan** this project again, comment: * `atlantis plan -d production -w production`
- ---- -### 2. dir: `staging` workspace: `staging` -
Show Output - -```diff - -An execution plan has been generated and is shown below. -Resource actions are indicated with the following symbols: -+ create - -Terraform will perform the following actions: - - # null_resource.this will be created -+ resource "null_resource" "this" { - + id = (known after apply) - } - -Plan: 1 to add, 0 to change, 0 to destroy. - -Changes to Outputs: -+ workspace = "staging" - -``` - -* :arrow_forward: To **apply** this plan, comment: - * `atlantis apply -d staging -w staging` -* :put_litter_in_its_place: To **delete** this plan click [here](lock-url) -* :repeat: To **plan** this project again, comment: - * `atlantis plan -d staging -w staging` -
- ---- -* :fast_forward: To **apply** all unapplied plans from this pull request, comment: - * `atlantis apply` -* :put_litter_in_its_place: To delete all plans and locks for the PR, comment: - * `atlantis unlock` diff --git a/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-staging.txt b/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-staging.txt index 4408eb6557..5f172a9613 100644 --- a/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-staging.txt +++ b/server/testfixtures/test-repos/workspace-parallel-yaml/exp-output-autoplan-staging.txt @@ -1,9 +1,3 @@ -Ran Plan for 2 projects: - -1. dir: `production` workspace: `production` -1. dir: `staging` workspace: `staging` - -### 1. dir: `production` workspace: `production`
Show Output ```diff @@ -22,7 +16,6 @@ Terraform will perform the following actions: Plan: 1 to add, 0 to change, 0 to destroy. Changes to Outputs: - + workspace = "staging" ``` @@ -33,9 +26,3 @@ Changes to Outputs: * :repeat: To **plan** this project again, comment: * `atlantis plan -d staging -w staging`
- ---- -* :fast_forward: To **apply** all unapplied plans from this pull request, comment: - * `atlantis apply` -* :put_litter_in_its_place: To delete all plans and locks for the PR, comment: - * `atlantis unlock`