Skip to content

Commit fb4cb9c

Browse files
[PRMP-579] expand distribution dependencies
1 parent af51b46 commit fb4cb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/cloudfront.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "cloudfront-distribution-lg" {
1717
bucket_domain_name = "${terraform.workspace}-${var.lloyd_george_bucket_name}.s3.eu-west-2.amazonaws.com"
1818
bucket_id = module.ndr-lloyd-george-store.bucket_id
1919
qualifed_arn = module.edge-presign-lambda.qualified_arn
20-
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]
20+
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]
2121
web_acl_id = try(module.cloudfront_firewall_waf_v2[0].arn, "")
2222
}
2323

0 commit comments

Comments
 (0)