Files

13 lines
279 B
Smarty
Raw Permalink 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": {}
}
]
}