Skip to content

Commit

Permalink
feat(deps): Update Terraform Google Provider to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 24, 2024
1 parent 3b38f4b commit faee872
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
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, < 6.0"
version = ">= 4.74, < 6.8"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 6.0"
version = "< 6.8"
}
}
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, < 6.0"
version = ">= 4.74, < 6.8"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 6.0"
version = "< 6.8"
}
}

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, < 6.0"
version = ">= 4.74, < 6.8"
}
google-beta = {
source = "hashicorp/google-beta"
version = "< 6.0"
version = "< 6.8"
}
}

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 = ">= 5.12, < 6"
version = ">= 5.12, < 7"
}

google-beta = {
source = "hashicorp/google-beta"
version = "< 6"
version = "< 7"
}

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, < 6"
version = ">= 4.48, < 7"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.48, < 6"
version = ">= 4.48, < 7"
}
}

Expand Down

0 comments on commit faee872

Please sign in to comment.