Skip to content

Commit

Permalink
Fixing e2e workspace-parallel-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msarvar committed Feb 10, 2021
1 parent d3d1a6c commit 89f1f74
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Ran Apply for 2 projects:

1. dir: `production` workspace: `production`
1. dir: `staging` workspace: `staging`
1. dir: `production` workspace: `production`

### 1. dir: `production` workspace: `production`
### 1. dir: `staging` workspace: `staging`
<details><summary>Show Output</summary>

```diff
Expand All @@ -21,13 +21,14 @@ State path: terraform.tfstate

Outputs:

workspace = "production"
workspace = "staging"

```
</details>

---
### 2. dir: `staging` workspace: `staging`

### 2. dir: `production` workspace: `production`
<details><summary>Show Output</summary>

```diff
Expand All @@ -45,7 +46,7 @@ State path: terraform.tfstate

Outputs:

workspace = "staging"
workspace = "production"

```
</details>
Expand Down

0 comments on commit 89f1f74

Please sign in to comment.