Skip to content

Commit 4c1eda2

Browse files
feat(deps): Update Terraform google to v6 (#250)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 73a2772 commit 4c1eda2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

modules/event-folder-log-entry/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/event-project-log-entry/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/repository-function/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

test/setup/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.0, < 6"
23+
version = ">= 3.53.0, < 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 = ">= 4.23, < 6"
23+
version = ">= 4.23, < 7"
2424
}
2525
null = {
2626
source = "hashicorp/null"

0 commit comments

Comments
 (0)