Correct an invalid resource
This commit is contained in:
@ -72,8 +72,8 @@ data "aws_iam_policy_document" "bucket_policy_document" {
|
||||
}
|
||||
actions = ["s3:GetObject"]
|
||||
resources = [
|
||||
var.domainname,
|
||||
"${var.domainname}/*",
|
||||
aws_s3_bucket.bucket.id,
|
||||
"${aws_s3_bucket.bucket.id}/*",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user