Skip to content

Commit f96ca9f

Browse files
feat(deps): Update Terraform google to v6 (#199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8204ab2 commit f96ca9f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/kubectl-fleet-wrapper/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, < 6"
23+
version = ">= 3.53, < 7"
2424
}
2525
}
2626

modules/kubectl-wrapper/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, < 6"
23+
version = ">= 3.53, < 7"
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, < 6"
23+
version = ">= 3.53, < 7"
2424
}
2525
external = {
2626
source = "hashicorp/external"

0 commit comments

Comments
 (0)