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
Copy file name to clipboardExpand all lines: docs/resources/cluster.md
+1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ A representation of a cluster you can deploy to.
25
25
-`cloud` (String) The cloud provider used to create this cluster.
26
26
-`cloud_settings` (Attributes) Cloud-specific settings for this cluster. (see [below for nested schema](#nestedatt--cloud_settings))
27
27
-`handle` (String) A short, unique human-readable name used to identify this cluster. Does not necessarily map to the cloud resource name.
28
+
-`helm_values` (String) Additional helm values you'd like to use in deployment agent helm installs. This is useful for BYOK clusters that need to use custom images or other constructs.
28
29
-`kubeconfig` (Attributes) (see [below for nested schema](#nestedatt--kubeconfig))
29
30
-`node_pools` (Attributes Map) **Experimental, not ready for production use.** Map of node pool specs managed by this cluster, where the key is name of the node pool and value contains the spec. Leave empty for bring your own cluster. (see [below for nested schema](#nestedatt--node_pools))
30
31
-`protect` (Boolean) If set to `true` then this cluster cannot be deleted.
0 commit comments