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": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Action": [
|
"Action": [
|
||||||
"ec2:DescribeInstances"
|
"ec2:DescribeInstances",
|
||||||
|
"ec2:DescribeRegions"
|
||||||
],
|
],
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Resource": [
|
"Resource": [
|
||||||
|
|
|
@ -680,7 +680,8 @@
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Action": [
|
"Action": [
|
||||||
"ec2:DescribeInstances"
|
"ec2:DescribeInstances",
|
||||||
|
"ec2:DescribeRegions"
|
||||||
],
|
],
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Resource": [
|
"Resource": [
|
||||||
|
|
Loading…
Reference in New Issue