infra-dapps/files/s3-policy.json

18 lines
348 B
JSON

{
"Id": "Policy1559061820811",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1559061813098",
"Action": "s3:*",
"Effect": "Allow",
"Resource": "arn:aws:s3:::dapps-terraform-state",
"Principal": {
"AWS": [
"arn:aws:iam::760668534108:user/terraform-user"
]
}
}
]
}