Skip to content

Commit ee8559d

Browse files
committed
feat(deps): Update Terraform Google Provider to v7
1 parent 6aeffdf commit ee8559d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/deploy/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ terraform {
1818
required_providers {
1919
google = {
2020
source = "hashicorp/google"
21-
version = ">= 4.83.0, < 6.0.0"
21+
version = ">= 4.83.0, < 8.0.0"
2222
}
2323
google-beta = {
2424
source = "hashicorp/google-beta"
25-
version = ">= 4.83.0, < 6.0.0"
25+
version = ">= 4.83.0, < 8.0.0"
2626
}
2727
random = {
2828
source = "hashicorp/random"

0 commit comments

Comments
 (0)