Skip to content

Commit

Permalink
feat(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 10, 2023
1 parent 1e8971b commit dfdd343
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, < 5.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 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 = ">= 3.77, < 5.5"
}

google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.77, < 5.0"
version = ">= 3.77, < 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 = ">= 3.77, < 5.5"
}

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

null = {
Expand Down

0 comments on commit dfdd343

Please sign in to comment.