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 Oct 16, 2023
1 parent 4952ec2 commit 18c964b
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions examples/cdn-policy/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloudrun/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
}
required_version = ">= 0.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/cross-project-mig-backend/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
2 changes: 1 addition & 1 deletion examples/https-gke/gke-node-port/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 3.90, < 5.0"
version = ">= 3.90, < 5.2"
}
kubernetes = {
source = "hashicorp/kubernetes"
Expand Down
4 changes: 2 additions & 2 deletions examples/https-redirect/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
4 changes: 2 additions & 2 deletions examples/mig-nat-http-lb/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
4 changes: 2 additions & 2 deletions examples/multi-backend-multi-mig-bucket-https-lb/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions examples/multi-mig-http-lb/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
4 changes: 2 additions & 2 deletions examples/multiple-certs/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions examples/shared-vpc/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 = ">= 3.53, < 5.0"
version = ">= 3.53, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
template = {
source = "hashicorp/template"
Expand Down
4 changes: 2 additions & 2 deletions modules/dynamic_backends/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
random = {
source = "hashicorp/random"
Expand Down
4 changes: 2 additions & 2 deletions modules/serverless_negs/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
random = {
source = "hashicorp/random"
Expand Down
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 = ">= 3.32, < 5.0"
version = ">= 3.32, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.40, < 5.0"
version = ">= 4.40, < 5.2"
}
}
}
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {

google = {
source = "hashicorp/google"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.50, < 5.0"
version = ">= 4.50, < 5.2"
}
random = {
source = "hashicorp/random"
Expand Down

0 comments on commit 18c964b

Please sign in to comment.