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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ A representation of a cluster you can deploy to.
27
27
-`helm_repo_url` (String) Helm repository URL you'd like to use in deployment agent Helm install.
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
-
-`metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons).
30
+
-`metadata` (String) Arbitrary JSON metadata to store user-specific state of this cluster (e.g. IAM roles for add-ons). Use `jsonencode` and `jsondecode` methods to encode and decode data.
31
31
-`project_id` (String) ID of the project that this cluster belongs to.
32
32
-`protect` (Boolean) If set to `true` then this cluster cannot be deleted.
33
33
-`tags` (Map of String) Key-value tags used to filter clusters.
0 commit comments