Skip to content

Commit 9d5a0f0

Browse files
authored
Merge branch 'master' into feat-crates-io-replicate-entire-bucket-in-fallback
2 parents 7581526 + 82fa638 commit 9d5a0f0

File tree

56 files changed

+926
-854
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+926
-854
lines changed

terraform/bastion/firewall.tf

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ locals {
2020
"rylev-ip-2",
2121
"jdn",
2222
"guillaumegomez",
23+
"marcoieni",
2324
]
2425
}
2526

terraform/bors/.terraform.lock.hcl

+51-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/bors/_terraform.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ terraform {
66
required_providers {
77
aws = {
88
source = "hashicorp/aws"
9-
version = "~> 3.59"
9+
version = "~> 4.20"
1010
}
1111
github = {
1212
source = "integrations/github"
13-
version = "~> 4.14"
13+
version = "~> 6.2.3"
1414
}
1515
random = {
1616
source = "hashicorp/random"
17-
version = "~> 3.0.0"
17+
version = "~> 3.6.2"
1818
}
1919
}
2020

terraform/bors/app.tf

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ module "bors" {
3030
container_port = 80
3131
domains = concat([var.domain_name], var.legacy_domain_names)
3232

33+
prometheus = null
34+
3335
health_check_path = "/health"
3436
health_check_interval = 60
3537
health_check_timeout = 50

terraform/crates-io-heroku-metrics/.terraform.lock.hcl

+34-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/crates-io-heroku-metrics/_terraform.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ terraform {
1010
}
1111
github = {
1212
source = "integrations/github"
13-
version = "~> 4.14"
13+
version = "~> 6.2.3"
1414
}
1515
}
1616

0 commit comments

Comments
 (0)