Skip to content

Commit be13f67

Browse files
chore(deps): update hashicorp/google requirement from >= 4, < 7 to >= 4, < 8
Updates the requirements on hashicorp/google to permit the latest version.
1 parent 05fcaa3 commit be13f67

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
@@ -3,7 +3,7 @@ terraform {
33

44
google = {
55
source = "hashicorp/google"
6-
version = ">= 4, < 7"
6+
version = ">= 4, < 8"
77
}
88
google-beta = {
99
source = "hashicorp/google-beta"

0 commit comments

Comments
 (0)