Skip to content

Commit 3511692

Browse files
feat(deps): Update Terraform Google Provider to v6
1 parent dc8b93a commit 3511692

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

modules/dynamic_backends/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.84, < 6"
23+
version = ">= 4.84, < 7"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 4.84, < 6"
27+
version = ">= 4.84, < 7"
2828
}
2929
random = {
3030
source = "hashicorp/random"

modules/serverless_negs/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.84, < 6"
23+
version = ">= 4.84, < 7"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 4.84, < 6"
27+
version = ">= 4.84, < 7"
2828
}
2929
random = {
3030
source = "hashicorp/random"

versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 4.84, < 6"
23+
version = ">= 4.84, < 7"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = ">= 4.84, < 6"
27+
version = ">= 4.84, < 7"
2828
}
2929
random = {
3030
source = "hashicorp/random"

0 commit comments

Comments
 (0)