13 lines
279 B
Smarty
13 lines
279 B
Smarty
|
|
{
|
||
|
|
"Version": "2012-10-17",
|
||
|
|
"Statement": [
|
||
|
|
{
|
||
|
|
"Effect": "Allow",
|
||
|
|
"Principal": {
|
||
|
|
"AWS": "arn:aws:iam::${dev_account_id}:root"
|
||
|
|
},
|
||
|
|
"Action": "sts:AssumeRole",
|
||
|
|
"Condition": {}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|