Skip to content

Commit

Permalink
fixutre output plan formating
Browse files Browse the repository at this point in the history
  • Loading branch information
msarvar committed Feb 11, 2021
1 parent c3e38c2 commit 7386ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 58 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Ran Plan for 2 projects:

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

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

```diff
Expand All @@ -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.
Expand All @@ -32,40 +26,3 @@ Changes to Outputs:
* :repeat: To **plan** this project again, comment:
* `atlantis plan -d production -w production`
</details>

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

```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`
</details>

---
* :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`
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
Ran Plan for 2 projects:

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

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

```diff
Expand All @@ -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"

```
Expand All @@ -33,9 +26,3 @@ Changes to Outputs:
* :repeat: To **plan** this project again, comment:
* `atlantis plan -d staging -w staging`
</details>

---
* :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`

0 comments on commit 7386ab9

Please sign in to comment.