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
Using a policy file works at stack creation, but not upon update (migration) of a stack. The new policy is never applied.
As a workaround, we need to call set-stack-policy explicitly (via an exec task) before an update and it all works: e.g., 'aws cloudformation set-stack-policy ....'
The text was updated successfully, but these errors were encountered:
Using a policy file works at stack creation, but not upon update (migration) of a stack. The new policy is never applied.
As a workaround, we need to call set-stack-policy explicitly (via an exec task) before an update and it all works: e.g., 'aws cloudformation set-stack-policy ....'
The text was updated successfully, but these errors were encountered: