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.
2 parents 893742c + cc4fa64 commit 5b1b145Copy full SHA for 5b1b145
terragrunt/accounts/legacy/crates-io-prod/deployed-ref
@@ -1 +1 @@
1
-a363f433c7bfe35617457235782a77c25550bc2f
+2427cd75d8a03281142d155f4b3ce0edccc40468
terragrunt/modules/crates-io/cloudfront-index.tf
@@ -19,8 +19,7 @@ resource "aws_cloudfront_distribution" "index" {
19
price_class = "PriceClass_All"
20
21
aliases = [
22
- # TODO: add this
23
- # local.cloudfront_index_domain_name,
+ local.cloudfront_index_domain_name,
24
var.index_domain_name
25
]
26
viewer_certificate {
0 commit comments