mirror of https://github.com/kubernetes/kops.git
Fix cloudformation integration tests
This commit is contained in:
parent
1dbd435019
commit
e6ebf365d6
|
@ -680,7 +680,8 @@
|
|||
"Statement": [
|
||||
{
|
||||
"Action": [
|
||||
"ec2:DescribeInstances"
|
||||
"ec2:DescribeInstances",
|
||||
"ec2:DescribeRegions"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
|
|
|
@ -680,7 +680,8 @@
|
|||
"Statement": [
|
||||
{
|
||||
"Action": [
|
||||
"ec2:DescribeInstances"
|
||||
"ec2:DescribeInstances",
|
||||
"ec2:DescribeRegions"
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
|
|
Loading…
Reference in New Issue