ec2_instace: fix instance_role argument (#37465)

This commit is contained in:
Julien Vey
2018-04-03 17:39:39 +02:00
committed by ansibot
parent ddf937d642
commit b000339a31
4 changed files with 79 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
{
"Version": "2008-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Action": "sts:AssumeRole"
}
]
}