Correct an invalid resource
This commit is contained in:
parent
419bbf7f63
commit
a02e707550
@ -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}/*",
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user