File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,13 @@ The following arguments are supported:
7575* ` anti_affinity ` - (Optional) should the pool use the anti-affinity feature. Default to ` false ` . ** Changing this value recreates the resource.**
7676* ` autoscale ` - (Optional) Enable auto-scaling for the pool. Default to ` false ` .
7777* ` template ` - (Optional) Managed Kubernetes nodepool template, which is a complex object constituted by two main nested objects:
78- * ` metadata ` - (Optional) Metadata of each node in the pool
79- * ` annotations ` - (Optional) Annotations to apply to each node
80- * ` finalizers ` - (Optional) Finalizers to apply to each node
81- * ` labels ` - (Optional) Labels to apply to each node
82- * ` spec ` - (Optional) Spec of each node in the pool
83- * ` taints ` - (Optional) Taints to apply to each node
84- * ` unschedulable ` - (Optional) If true, set nodes as un-schedulable
78+ * ` metadata ` - Metadata of each node in the pool
79+ * ` annotations ` - Annotations to apply to each node
80+ * ` finalizers ` - Finalizers to apply to each node
81+ * ` labels ` - Labels to apply to each node
82+ * ` spec ` - Spec of each node in the pool
83+ * ` taints ` - Taints to apply to each node
84+ * ` unschedulable ` - If true, set nodes as un-schedulable
8585
8686## Attributes Reference
8787
You can’t perform that action at this time.
0 commit comments