Skip to content

Commit

Permalink
chore(deps): update terraform google to v6 (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Sep 3, 2024
1 parent cc139ce commit 93d9ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/terraform/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "~> 5.4"
version = "~> 6.0"
}
}
}
2 changes: 1 addition & 1 deletion terraform/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.43.1"
version = "6.0.1"
}
}
}
Expand Down

0 comments on commit 93d9ca3

Please sign in to comment.