Skip to content

Commit ff261e5

Browse files
chore(deps): update terraform googles to v4 (terraform-google-modules#173)
Co-authored-by: Andrew Peabody <andrewpeabody@google.com>
1 parent cd3d61c commit ff261e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/setup/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ terraform {
1919
required_providers {
2020
google = {
2121
source = "hashicorp/google"
22-
version = "~> 3.36"
22+
version = ">= 3.36, < 5.0"
2323
}
2424
google-beta = {
2525
source = "hashicorp/google-beta"
26-
version = "~> 3.36"
26+
version = ">= 3.36, < 5.0"
2727
}
2828
null = {
2929
source = "hashicorp/null"

0 commit comments

Comments
 (0)