Skip to content

Commit 544a5ce

Browse files
committed
feat(deps): Update Terraform Google Provider to v7
1 parent f17dac4 commit 544a5ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/test/setup/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ terraform {
1616
required_providers {
1717
google = {
1818
source = "hashicorp/google"
19-
version = "4.69.1"
19+
version = "7.12.0"
2020
}
2121
google-beta = {
2222
source = "hashicorp/google-beta"
23-
version = "4.69.1"
23+
version = "7.12.0"
2424
}
2525
}
2626
}

0 commit comments

Comments
 (0)