Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6 (major) (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 30, 2024
1 parent 6b20105 commit 60c5538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/analytics_lakehouse/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.10.0, < 6.0.0"
version = ">= 5.10.0, < 7.0.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.10.0, < 6.0.0"
version = ">= 5.10.0, < 7.0.0"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 5.10.0, < 6.0.0"
version = ">= 5.10.0, < 7.0.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.10.0, < 6.0.0"
version = ">= 5.10.0, < 7.0.0"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 60c5538

Please sign in to comment.