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 95db35a commit 076a1cfCopy full SHA for 076a1cf
infrastructure/terraform/components/app/cloudfront_distribution_main.tf
@@ -4,7 +4,6 @@ resource "aws_cloudfront_distribution" "main" {
4
enabled = true
5
is_ipv6_enabled = true
6
comment = "NHS Notify templates files CDN (${local.csi})"
7
- default_root_object = "index.html"
8
# https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-priceclass
9
price_class = "PriceClass_100"
10
0 commit comments