Skip to content

Commit

Permalink
build(deps): update google terraform providers to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent bd6178d commit a3cc117
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
96 changes: 48 additions & 48 deletions .terraform.lock.hcl

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

4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.44.0"
version = "6.2.0"
}

google-beta = {
source = "hashicorp/google-beta"
version = "5.44.0"
version = "6.2.0"
}

kubernetes = {
Expand Down

0 comments on commit a3cc117

Please sign in to comment.