diff --git a/.github/workflows/test-changes-exists.yml b/.github/workflows/test-changes-exists.yml index fc409074e..27e154643 100644 --- a/.github/workflows/test-changes-exists.yml +++ b/.github/workflows/test-changes-exists.yml @@ -66,14 +66,17 @@ jobs:
Plan: 1 to add, 0 to change, 0 to destroy. -
+
+ To reproduce this locally, run:

```shell atmos terraform plan foobar-changes -s plat-ue2-sandbox - ```--- + ``` + + --- ###
Create ```diff + random_id.foo diff --git a/.github/workflows/test-failed-plan.yml b/.github/workflows/test-failed-plan.yml index 53d1c4e20..a65699203 100644 --- a/.github/workflows/test-failed-plan.yml +++ b/.github/workflows/test-failed-plan.yml @@ -66,7 +66,8 @@ jobs:
:warning: Error summary -
+
+ ```hcl Error: Invalid function argument @@ -91,10 +92,9 @@ jobs: ```shell atmos terraform plan foobar-fail -s plat-ue2-sandbox - ``` + ``` +
- - teardown: runs-on: ubuntu-latest