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

13 lines
279 B
Smarty
Raw Normal View History

2023-11-01 00:02:56 +02:00
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"AWS": "arn:aws:iam::${dev_account_id}:root"
},
"Action": "sts:AssumeRole",
"Condition": {}
}
]
}