From ae2a2b522e9e3c2a1e8687df3175b42339bb153a 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 abd335b..7976711 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"