Commit 526077a5 authored by Tom's avatar Tom Committed by GitHub

fix: Change ELB Log Delivery Policy to use ARN output to support Gov Cloud (#60)

parent 4ae43001
...@@ -257,7 +257,7 @@ data "aws_iam_policy_document" "elb_log_delivery" { ...@@ -257,7 +257,7 @@ data "aws_iam_policy_document" "elb_log_delivery" {
] ]
resources = [ resources = [
"arn:aws:s3:::${aws_s3_bucket.this[0].id}/*", "${aws_s3_bucket.this[0].arn}/*",
] ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment