Skip to content

Commit a01f69d

Browse files
committed
feat(deps): Update Terraform Google Provider to v7
1 parent 1fb94eb commit a01f69d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

modules/secure-cloud-function-core/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.74, < 7.0"
23+
version = ">= 4.74, < 7.11"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = "< 7.0"
27+
version = "< 7.11"
2828
}
2929
}
3030
provider_meta "google" {

modules/secure-cloud-function-security/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.74, < 7.0"
23+
version = ">= 4.74, < 7.11"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = "< 7.0"
27+
version = "< 7.11"
2828
}
2929
}
3030

modules/secure-cloud-function/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.74, < 7.0"
23+
version = ">= 4.74, < 7.11"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = "< 7.0"
27+
version = "< 7.11"
2828
}
2929

3030
time = {

modules/secure-web-proxy/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 5.12, < 7"
23+
version = ">= 5.12, < 8"
2424
}
2525

2626
google-beta = {
2727
source = "hashicorp/google-beta"
28-
version = "< 7"
28+
version = "< 8"
2929
}
3030

3131
null = {

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = ">= 4.48, < 7"
22+
version = ">= 4.48, < 8"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = ">= 4.48, < 7"
26+
version = ">= 4.48, < 8"
2727
}
2828
}
2929

0 commit comments

Comments
 (0)