gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Policy file not applied when updating a Cloudformation stack with changes that conflict with prior policy.

Open ericraymond opened this issue 6 years ago • 0 comments

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 ....'

ericraymond avatar Aug 30 '18 19:08 ericraymond