From e6ebf365d6fef898dcac37994cdcdee50622f128 Mon Sep 17 00:00:00 2001 From: Mikael Knutsson Date: Mon, 22 Jan 2018 17:52:29 +0800 Subject: [PATCH] Fix cloudformation integration tests --- .../update_cluster/additional_user-data/cloudformation.json | 3 ++- .../update_cluster/minimal-cloudformation/cloudformation.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/integration/update_cluster/additional_user-data/cloudformation.json b/tests/integration/update_cluster/additional_user-data/cloudformation.json index 6b147c58c4..0257b85a93 100644 --- a/tests/integration/update_cluster/additional_user-data/cloudformation.json +++ b/tests/integration/update_cluster/additional_user-data/cloudformation.json @@ -680,7 +680,8 @@ "Statement": [ { "Action": [ - "ec2:DescribeInstances" + "ec2:DescribeInstances", + "ec2:DescribeRegions" ], "Effect": "Allow", "Resource": [ diff --git a/tests/integration/update_cluster/minimal-cloudformation/cloudformation.json b/tests/integration/update_cluster/minimal-cloudformation/cloudformation.json index e59e585933..07d5f1c426 100644 --- a/tests/integration/update_cluster/minimal-cloudformation/cloudformation.json +++ b/tests/integration/update_cluster/minimal-cloudformation/cloudformation.json @@ -680,7 +680,8 @@ "Statement": [ { "Action": [ - "ec2:DescribeInstances" + "ec2:DescribeInstances", + "ec2:DescribeRegions" ], "Effect": "Allow", "Resource": [