Skip to content

Commit cb78c96

Browse files
committed
[PRM-52] use locals for condition
1 parent 605afc9 commit cb78c96

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/modules/cloudfront

1 file changed

+1
-1
lines changed

infrastructure/modules/cloudfront/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ resource "aws_cloudfront_distribution" "distribution" {
3939

4040
logging_config {
4141
include_cookies = false
42-
bucket = logs_bucket
42+
bucket = var.logs_bucket
4343
prefix = "cloudfront_logs/"
4444
}
4545
}

0 commit comments

Comments
 (0)