Skip to content

Commit

Permalink
feat(deps): Expand Terraform Google Provider to v5 (major) (#1004)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
  • Loading branch information
renovate[bot] and apeabody committed Nov 14, 2023
1 parent a92e31b commit 511f5cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/development/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/non-production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

null = {
Expand Down
4 changes: 2 additions & 2 deletions 5-app-infra/business_unit_1/production/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 6"
}

null = {
Expand Down

0 comments on commit 511f5cb

Please sign in to comment.