Skip to content

Commit fe9d18c

Browse files
authored
PATCH: SRE-2059: loosen constraints for google provider (#10)
1 parent 100055c commit fe9d18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 1.0.0"
44
required_providers {
5-
google = ">= 4.6.0"
5+
google = ">= 4.0"
66
}
77
}

0 commit comments

Comments
 (0)