Skip to content

Commit

Permalink
Merge branch 'master' into feat-crates-io-replicate-entire-bucket-in-…
Browse files Browse the repository at this point in the history
…fallback
  • Loading branch information
MarcoIeni committed Aug 21, 2024
2 parents 7581526 + 82fa638 commit 9d5a0f0
Show file tree
Hide file tree
Showing 56 changed files with 926 additions and 854 deletions.
1 change: 1 addition & 0 deletions terraform/bastion/firewall.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ locals {
"rylev-ip-2",
"jdn",
"guillaumegomez",
"marcoieni",
]
}

Expand Down
114 changes: 51 additions & 63 deletions terraform/bors/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions terraform/bors/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.59"
version = "~> 4.20"
}
github = {
source = "integrations/github"
version = "~> 4.14"
version = "~> 6.2.3"
}
random = {
source = "hashicorp/random"
version = "~> 3.0.0"
version = "~> 3.6.2"
}
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/bors/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ module "bors" {
container_port = 80
domains = concat([var.domain_name], var.legacy_domain_names)

prometheus = null

health_check_path = "/health"
health_check_interval = 60
health_check_timeout = 50
Expand Down
67 changes: 34 additions & 33 deletions terraform/crates-io-heroku-metrics/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/crates-io-heroku-metrics/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "~> 4.14"
version = "~> 6.2.3"
}
}

Expand Down
Loading

0 comments on commit 9d5a0f0

Please sign in to comment.