Add cloudformation:DeleteStack permission

This commit is contained in:
dkeightley
2020-07-27 16:18:38 -07:00
committed by Catherine Luse
parent 6bea52ce63
commit ae612de076
@@ -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": "*"
},