Skip to content

Commit 2cc4f7c

Browse files
committed
[PRMP-892] remove commented-out cloudfront module configuration
Signed-off-by: NogaNHS <[email protected]>
1 parent 4ced908 commit 2cc4f7c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

infrastructure/cloudfront.tf

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,16 +154,3 @@ resource "aws_cloudfront_cache_policy" "nocache" {
154154
}
155155
}
156156
}
157-
# module "cloudfront-distribution-lg" {
158-
# source = "./modules/cloudfront"
159-
# bucket_domain_name = module.ndr-lloyd-george-store.bucket_regional_domain_name
160-
# bucket_id = module.ndr-lloyd-george-store.bucket_id
161-
# qualifed_arn = module.edge-presign-lambda.qualified_arn
162-
# depends_on = [module.edge-presign-lambda.qualified_arn, module.ndr-lloyd-george-store.bucket_id, module.ndr-lloyd-george-store.bucket_domain_name, module.ndr-document-pending-review-store.bucket_id, module.ndr-document-pending-review-store.bucket_domain_name]
163-
# web_acl_id = try(module.cloudfront_firewall_waf_v2[0].arn, "")
164-
# has_secondary_bucket = local.is_production ? false : true
165-
# secondary_bucket_domain_name = module.ndr-document-pending-review-store.bucket_regional_domain_name
166-
# secondary_bucket_id = module.ndr-document-pending-review-store.bucket_id
167-
# secondary_bucket_path_pattern = "review/*"
168-
# log_bucket_id = local.access_logs_bucket_id
169-
# }

0 commit comments

Comments
 (0)