fa783c027b
* Adding waiter to cluster remove process * blank line contains whitespace * update aws_eks integration test * Refactor aws_eks test suite to use pip * update version testing * missing parens... * add changelog fragment * Add waiter to module_utils, fix exception handling. * Correct EKS waiter checks
12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Effect": "Allow",
|
|
"Principal": {
|
|
"Service": "eks.amazonaws.com"
|
|
},
|
|
"Action": "sts:AssumeRole"
|
|
}
|
|
]
|
|
}
|