Skip to content

Commit 67d7b74

Browse files
committed
fix(google_workload_identity): Allow google v5
1 parent 54960b4 commit 67d7b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_workload_identity/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.0"
6+
version = ">= 4.0"
77
}
88
}
99

0 commit comments

Comments
 (0)