Skip to content

Commit c6e20af

Browse files
feat(deps): Update Terraform google to v7 (#415)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ec0137 commit c6e20af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/simple_bucket/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 = ">= 6.9.0, < 7"
23+
version = ">= 6.9.0, < 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 = ">= 6.9.0, < 7"
23+
version = ">= 6.9.0, < 8"
2424
}
2525

2626
random = {

0 commit comments

Comments
 (0)