From 28651b001aaaf737bd32116cd59baaacd262e8dc Mon Sep 17 00:00:00 2001 From: defunct Date: Wed, 7 Jun 2017 12:18:57 -0400 Subject: [PATCH] Add UpdateStack to IAM template (#588) Resolves #585 --- docs/deploy-from-ansible.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploy-from-ansible.md b/docs/deploy-from-ansible.md index abd335b1..7976711f 100644 --- a/docs/deploy-from-ansible.md +++ b/docs/deploy-from-ansible.md @@ -132,6 +132,7 @@ Additional tags: "Effect": "Allow", "Action": [ "cloudformation:CreateStack", + "cloudformation:UpdateStack", "cloudformation:DescribeStacks", "cloudformation:DescribeStackEvents", "cloudformation:ListStackResources"