File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,6 @@ jobs:
184184 part of the configuration source code, so if this file will be created by a
185185 resource in this configuration you must instead obtain this result from an
186186 attribute of that resource.
187-
188187 # Error
189188
190189 **Error:** subcommand exited with code 1
Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ All other trademarks referenced herein are the property of their respective owne
566566
567567
568568---
569- Copyright © 2017-2025 [Cloud Posse, LLC](https://cpco.io/copyright)
569+ Copyright © 2017-2026 [Cloud Posse, LLC](https://cpco.io/copyright)
570570
571571
572572<a href="https://cloudposse.com/readme/footer/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/github-action-atmos-terraform-plan&utm_content=readme_footer_link"><img alt="README footer" src="https://cloudposse.com/readme/footer/img"/></a>
Original file line number Diff line number Diff line change @@ -85,6 +85,9 @@ outputs:
8585 plan_json :
8686 description : " Path to the terraform plan in JSON format"
8787 value : " ${{ steps.results.outputs.plan_file_json }}"
88+ has-changes :
89+ description : " Whether the plan has changes. Value is string 'true' or 'false'"
90+ value : " ${{ steps.atmos-plan.outputs.changes }}"
8891
8992runs :
9093 using : " composite"
You can’t perform that action at this time.
0 commit comments