Skip to content

Commit 409ac45

Browse files
authored
Merge branch 'main' into renovate/actions-checkout-6.x
2 parents 551129b + 7a52f72 commit 409ac45

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test-failed-plan-drift.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

8992
runs:
9093
using: "composite"

0 commit comments

Comments
 (0)