Skip to content

Commit 076a1cf

Browse files
committed
remove default root object from cdn
1 parent 95db35a commit 076a1cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

infrastructure/terraform/components/app/cloudfront_distribution_main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ resource "aws_cloudfront_distribution" "main" {
44
enabled = true
55
is_ipv6_enabled = true
66
comment = "NHS Notify templates files CDN (${local.csi})"
7-
default_root_object = "index.html"
87
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass
98
price_class = "PriceClass_100"
109

0 commit comments

Comments
 (0)