Skip to content

Commit 5b1b145

Browse files
authored
Merge pull request #843 from rust-lang/add-alias-to-cloudfront-crates-io-index-cdn
add alias to cloudfront crates-io index cdn
2 parents 893742c + cc4fa64 commit 5b1b145

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a363f433c7bfe35617457235782a77c25550bc2f
1+
2427cd75d8a03281142d155f4b3ce0edccc40468

terragrunt/modules/crates-io/cloudfront-index.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ resource "aws_cloudfront_distribution" "index" {
1919
price_class = "PriceClass_All"
2020

2121
aliases = [
22-
# TODO: add this
23-
# local.cloudfront_index_domain_name,
22+
local.cloudfront_index_domain_name,
2423
var.index_domain_name
2524
]
2625
viewer_certificate {

0 commit comments

Comments
 (0)