Skip to content

Commit

Permalink
chore(terraform bors): update terraform providers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Aug 19, 2024
1 parent e507b57 commit e4dd87f
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 e4dd87f

Please sign in to comment.