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/data-sources/cluster.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ A representation of a cluster you can deploy to.
28
28
-`metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons).
29
29
-`name` (String) Human-readable name of this cluster, that also translates to cloud resource name.
30
30
-`node_pools` (Attributes Map) Map of node pool specs managed by this cluster, where the key is name of the node pool and value contains the spec. (see [below for nested schema](#nestedatt--node_pools))
31
+
-`project_id` (String) ID of the project that this cluster belongs to.
31
32
-`protect` (Boolean) If set to `true` then this cluster cannot be deleted.
32
33
-`provider_id` (String) Provider used to create this cluster.
33
34
-`tags` (Map of String) Key-value tags used to filter clusters.
Copy file name to clipboardExpand all lines: docs/resources/cluster.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ A representation of a cluster you can deploy to.
28
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.
29
29
-`kubeconfig` (Attributes) (see [below for nested schema](#nestedatt--kubeconfig))
30
30
-`metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons).
31
+
-`project_id` (String) ID of the project that this cluster belongs to.
31
32
-`protect` (Boolean) If set to `true` then this cluster cannot be deleted.
32
33
-`tags` (Map of String) Key-value tags used to filter clusters.
0 commit comments