Skip to content

Commit

Permalink
Merge pull request #466 from rust-lang/random-3.6.2
Browse files Browse the repository at this point in the history
update `hashicorp/random` to 3.6.2
  • Loading branch information
MarcoIeni authored Aug 12, 2024
2 parents d806a1a + dd585a3 commit 8465b62
Show file tree
Hide file tree
Showing 11 changed files with 185 additions and 181 deletions.
59 changes: 30 additions & 29 deletions terraform/docs-rs/.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/docs-rs/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 3.3"
version = "~> 3.6.2"
}
}

Expand Down
89 changes: 47 additions & 42 deletions terraform/monitorbot/.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/monitorbot/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 3.0.0"
version = "~> 3.6.2"
}
}

Expand Down
2 changes: 2 additions & 0 deletions terraform/monitorbot/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ module "monitorbot" {
container_port = 80
domains = ["monitorbot.infra.rust-lang.org"]

prometheus = null

health_check_path = "/"
health_check_interval = 5
health_check_timeout = 2
Expand Down
28 changes: 14 additions & 14 deletions terraform/rds-databases/.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/rds-databases/_terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = "~> 3.6.1"
version = "~> 3.6.2"
}
}

Expand Down
58 changes: 29 additions & 29 deletions terragrunt/accounts/bors-prod/app/.terraform.lock.hcl

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

Loading

0 comments on commit 8465b62

Please sign in to comment.