Add cloudformation:DeleteStack permission

This commit is contained in:
dkeightley
2020-07-01 11:33:28 +12:00
committed by Catherine Luse
parent e610bc8ef2
commit f57987e1fb
@@ -263,7 +263,8 @@ Resource targeting uses `*` as the ARN of many of the resources created cannot b
"cloudformation:DescribeStackResources",
"cloudformation:DescribeStacks",
"cloudformation:ListStacks",
"cloudformation:CreateStack"
"cloudformation:CreateStack",
"cloudformation:DeleteStack"
],
"Resource": "*"
},