Skip to content

Commit 0c769e2

Browse files
committed
fix(kube_nodepool): Update documentation for required arguments
1 parent 8254da5 commit 0c769e2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

website/docs/r/cloud_project_kube_nodepool.html.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)