Skip to content

Commit

Permalink
sync with master
Browse files Browse the repository at this point in the history
  • Loading branch information
msarvar committed Feb 11, 2021
1 parent 7386ab9 commit 6458002
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 68 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,3 @@
Ran Apply for 2 projects:

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

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

```diff
null_resource.this: Creating...
null_resource.this: Creation complete after *s [id=*******************]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.

State path: terraform.tfstate

Outputs:

workspace = "staging"

```
</details>

---

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

```diff
Expand All @@ -50,6 +19,3 @@ workspace = "production"

```
</details>

---

Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Ran Apply for 2 projects:

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

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

```diff
Expand All @@ -25,31 +19,3 @@ workspace = "staging"

```
</details>

---

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

```diff
null_resource.this: Creating...
null_resource.this: Creation complete after *s [id=*******************]

Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

The state of your infrastructure has been saved to the path
below. This state is required to modify and destroy your
infrastructure, so keep it safe. To inspect the complete state
use the `terraform show` command.

State path: terraform.tfstate

Outputs:

workspace = "staging"

```
</details>

---

0 comments on commit 6458002

Please sign in to comment.