You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option that causes the action to save the .tfplan as a workflow artifact. This can then be used when the PR merges to main to test that the TF plan is still fresh and prevent unexpected infrastructure changes.
Summary
Add an option that causes the action to save the
.tfplanas a workflow artifact. This can then be used when the PR merges to main to test that the TF plan is still fresh and prevent unexpected infrastructure changes.Related