Skip to content

Commit

Permalink
Output summary
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Sep 27, 2023
1 parent bc390e9 commit 23eebfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-changes-exists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,17 @@ jobs:
<details><summary><a id="result-plat-ue2-sandbox-foobar-changes" />Plan: 1 to add, 0 to change, 0 to destroy.</summary>
<br/>
<br/>
To reproduce this locally, run:<br/><br/>
```shell
atmos terraform plan foobar-changes -s plat-ue2-sandbox
```---
```
---
### <a id="create-plat-ue2-sandbox-foobar-changes" />Create
```diff
+ random_id.foo
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-failed-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
<details><summary><a id="result-plat-ue2-sandbox-foobar-fail" />:warning: Error summary</summary>
<br/>
<br/>
```hcl
Error: Invalid function argument
Expand All @@ -91,10 +92,9 @@ jobs:
```shell
atmos terraform plan foobar-fail -s plat-ue2-sandbox
```
```
</details>

teardown:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23eebfa

Please sign in to comment.