You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="`guest_accelerator` block supports during node_group creation, useful to provision GPU-capable nodes. Default to `null` or `{}` which will disable GPUs."
139
139
default=null
140
140
}
141
+
142
+
variable"ephemeral_storage_local_ssd_config" {
143
+
type=object({
144
+
local_ssd_count =number
145
+
})
146
+
description="`ephemeral_storage_local_ssd_config` block, useful for node groups with local SSD. Defaults to `null`"
0 commit comments