merged.
This commit is contained in:
@@ -82,7 +82,16 @@ resource "aws_s3_bucket" "data" {
|
||||
},
|
||||
"Resource": "arn:aws:s3:::data.${var.stage}.app.integreatconsult.com",
|
||||
"Sid": "AllowReadForProd"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Action": "s3:*",
|
||||
"Effect": "Allow",
|
||||
"Principal": {
|
||||
"AWS": "arn:aws:iam::679918342773:role/http-proxy"
|
||||
},
|
||||
"Resource": "arn:aws:s3:::data.${var.stage}.app.integreatconsult.com",
|
||||
"Sid": "AllowReadForProdProxy"
|
||||
}
|
||||
]
|
||||
}
|
||||
POLICY
|
||||
|
||||
Reference in New Issue
Block a user