Skip to content

Commit 24e1ff8

Browse files
authored
Merge pull request #476 from rust-lang/chore-terraform-bors-update-hashicorp/random-to-3.6.2
chore(terraform bors): update terraform providers
2 parents e507b57 + e4dd87f commit 24e1ff8

File tree

3 files changed

+56
-66
lines changed

3 files changed

+56
-66
lines changed

terraform/bors/.terraform.lock.hcl

Lines changed: 51 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

terraform/bors/_terraform.tf

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 0 deletions
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

0 commit comments

Comments
 (0)