- Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
TL;DR
Would it be possible to add functionality to support disk_type for Node Auto-provisioning?
It could be specified like so:
cluster_autoscaling = {
disk_type = "pd-ssd"
}
This is currently supported in the google_container_cluster Terraform resource. Thanks!
Terraform Resources
Currently google_container_cluster Terraform resource supports this: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#cluster_autoscaling
Detailed design
No response
Additional information
No response