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 committed Dec 11, 2023
1 parent 40fc5af commit c1db572
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions examples/cloud_function2_gcs_source/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 = "< 5.0"
version = "< 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
required_version = ">= 0.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/cloud_function2_pubsub_trigger/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 = "< 5.0"
version = "< 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
required_version = ">= 0.13"
Expand Down
4 changes: 2 additions & 2 deletions examples/secure_cloud_function_bigquery_trigger/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 = "< 5.0"
version = "< 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
required_version = ">= 1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/secure_cloud_function_internal_server/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 = "< 5.0"
version = "< 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
required_version = ">= 1.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/secure_cloud_function_with_sql/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 = "< 5.0"
version = "< 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
required_version = ">= 1.3"
Expand Down
4 changes: 2 additions & 2 deletions modules/secure-cloud-function-core/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.74, < 5.0"
version = ">= 4.74, < 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}
provider_meta "google" {
Expand Down
4 changes: 2 additions & 2 deletions modules/secure-cloud-function-security/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.74, < 5.0"
version = ">= 4.74, < 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}
}

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

Expand Down
4 changes: 2 additions & 2 deletions modules/secure-web-proxy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.74, < 5.0"
version = ">= 4.74, < 5.9"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 5.0"
version = "< 5.9"
}

null = {
Expand Down
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 = ">= 4.48, < 5.0"
version = ">= 4.48, < 5.9"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.48, < 5.0"
version = ">= 4.48, < 5.9"
}
}

Expand Down

0 comments on commit c1db572

Please sign in to comment.