I am using the Terraform GKE Module provided here
I need to enable gce_persistent_disk_csi_driver_config which is easily enabled when using google_container_cluster, like this (under the addons_config
block)
gce_persistent_disk_csi_driver_config {
enabled = false
}
However I cannot seem to find an equivalent of this configuration in the module gke provided in here