Skip to content

Commit 805a8fa

Browse files
committed
Require google provider version that supports fuse CSI driver
1 parent 221ea81 commit 805a8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/_modules/gke/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
google = {
55
# https://registry.terraform.io/providers/hashicorp/google/latest
66
source = "hashicorp/google"
7-
version = ">= 4.0.0"
7+
version = ">= 4.76.0"
88
}
99

1010
kubernetes = {

0 commit comments

Comments
 (0)