Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added input.plan-id and output.has-changes #19

Open
wants to merge 61 commits into
base: main
Choose a base branch
from
Open

Conversation

zdmytriv
Copy link
Contributor

what

Added input.plan-id and output.has-changes

why

These inputs and outputs are required for drift detection action and workflow.

  • input.plan-id is a suffix that will uniquely distinguish a particular plan
  • output.has-changes is used in drift detection workflow and indicates whether the plan has changed or not

references

@zdmytriv zdmytriv requested review from a team as code owners August 14, 2023 15:30
@hans-d hans-d added the stale This PR has gone stale label Mar 3, 2024
if: ${{ fromJSON(steps.settings.outputs.actions_enabled) }}
uses: cloudposse/github-action-terraform-plan-storage@v1
if: ${{ fromJSON(steps.settings.outputs.actions_enabled) && fromJSON(steps.atmos-plan.outputs.has_changes) }}
uses: cloudposse/github-action-terraform-plan-storage@added-commitsha-overwrite-input
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"@added-commitsha-overwrite-input" isnunclear why that version change is needed. If you can move those bits to a different pr, i'm happy to get the other bits moving

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This PR has gone stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants