Skip to content

Commit 5275ef2

Browse files
committed
crates-io: lower cloudfront weight
1 parent 6a623d3 commit 5275ef2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

terragrunt/accounts/legacy/crates-io-prod/crates-io/terragrunt.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ inputs = {
2626

2727
strict_security_headers = true
2828

29-
static_cloudfront_weight = 5
30-
static_fastly_weight = 95
29+
static_cloudfront_weight = 1
30+
static_fastly_weight = 255
3131

3232
cdn_log_event_queue_arn = "arn:aws:sqs:us-west-1:365596307002:cdn-log-event-queue"
3333
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ resource "aws_cloudfront_distribution" "static" {
9999

100100
tags = {
101101
TeamAccess = "crates-io"
102+
Project = "crates-io"
102103
}
103104
}
104105

0 commit comments

Comments
 (0)