Files
terra-test/000000000000/templates/assume_role.tpl

13 lines
207 B
Smarty
Raw Normal View History

2023-11-01 00:02:56 +02:00
{
"Version": "2012-10-17",
"Statement": [
{
"Action": "sts:AssumeRole",
"Principal": {
"Service": "ec2.amazonaws.com"
},
"Effect": "Allow",
"Sid": ""
}
]
}