From d6a11959780a126e2c4510ce7dd2846eef9aaa43 Mon Sep 17 00:00:00 2001 From: defunct Date: Wed, 7 Jun 2017 01:09:14 -0400 Subject: [PATCH] Add UpdateStack to IAM template 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"