Skip to content

Commit

Permalink
terraform: bump lower bound of google provider
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Sep 9, 2024
1 parent b8eebcc commit a465181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/gcp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
# FIXME: upgrade to v6, see https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/version_6_upgrade
# ref: https://registry.terraform.io/providers/hashicorp/google/latest
source = "google"
version = "~> 5.36"
version = "~> 5.43"
}
kubernetes = {
# ref: https://registry.terraform.io/providers/hashicorp/kubernetes/latest
Expand Down
2 changes: 1 addition & 1 deletion terraform/uptime-checks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ terraform {
# FIXME: upgrade to v6, see https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/version_6_upgrade
# ref: https://registry.terraform.io/providers/hashicorp/google/latest
source = "google"
version = "~> 4.55"
version = "~> 5.43"
}

# Used to decrypt sops encrypted secrets containing PagerDuty keys
Expand Down

0 comments on commit a465181

Please sign in to comment.