Skip to content

Commit

Permalink
Merge pull request #476 from rust-lang/chore-terraform-bors-update-ha…
Browse files Browse the repository at this point in the history
…shicorp/random-to-3.6.2

chore(terraform bors): update terraform providers
  • Loading branch information
marcoieni authored Aug 19, 2024
2 parents e507b57 + e4dd87f commit 24e1ff8
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 66 deletions.
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

0 comments on commit 24e1ff8

Please sign in to comment.