Skip to content

Commit 5a957ea

Browse files
feat(deps): Update Terraform google to v7
1 parent 4cc94c8 commit 5a957ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/key-distributor/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 7"
23+
version = ">= 3.53, < 8"
2424
}
2525
archive = {
2626
source = "hashicorp/archive"

modules/simple-sa/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 7"
23+
version = ">= 3.53, < 8"
2424
}
2525
}
2626

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ terraform {
2020

2121
google = {
2222
source = "hashicorp/google"
23-
version = ">= 3.53, < 7"
23+
version = ">= 3.53, < 8"
2424
}
2525
}
2626

0 commit comments

Comments
 (0)