Skip to content

Commit

Permalink
chore(deps): update terraform google provider to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2023
1 parent 358ea8f commit 6f174d7
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 = "< 5.5"
}

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

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 = "< 5.5"
}

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

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 = "< 5.5"
}

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

null = {
Expand Down

0 comments on commit 6f174d7

Please sign in to comment.