We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c646baa commit f9fa8d1Copy full SHA for f9fa8d1
cloudfront.tf
@@ -16,7 +16,7 @@ resource "aws_cloudfront_distribution" "this" {
16
17
logging_config {
18
include_cookies = false
19
- bucket = "logs.s3.amazonaws.com"
+ bucket = "log_bucket.s3.amazonaws.com"
20
prefix = "myprefix"
21
}
22
@@ -55,13 +55,3 @@ resource "aws_cloudfront_distribution" "this" {
55
56
57
58
-
59
-resource "aws_s3_bucket" "this" {
60
- bucket = "logs"
61
62
- block_public_acls = true
63
64
- tags = {
65
- Name = "logs"
66
- }
67
-}
0 commit comments