Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2025
1 parent e30391e commit 5cf3392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/setup/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.24, < 6"
version = ">= 5.24, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 5.24, < 6"
version = ">= 5.24, < 7"
}
}
}
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.37.0, < 6"
version = "5.37.0, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = "= 5.37.0, < 6"
version = "5.37.0, < 7"
}
archive = {
source = "hashicorp/archive"
Expand Down

0 comments on commit 5cf3392

Please sign in to comment.