From 87b8889843a4b43d786ff757583e7ce22c0500ac Mon Sep 17 00:00:00 2001 From: nikolay-spectro Date: Thu, 28 Sep 2023 18:45:09 -0700 Subject: [PATCH] PLT-657: docs refresh. --- docs/resources/cluster_edge_native.md | 1 + docs/resources/cluster_profile.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/resources/cluster_edge_native.md b/docs/resources/cluster_edge_native.md index 19a16135..eab6cf29 100644 --- a/docs/resources/cluster_edge_native.md +++ b/docs/resources/cluster_edge_native.md @@ -88,6 +88,7 @@ Required: Optional: +- `host_name` (String) Edge host name - `static_ip` (String) Edge host static IP diff --git a/docs/resources/cluster_profile.md b/docs/resources/cluster_profile.md index 0628d345..166405a4 100644 --- a/docs/resources/cluster_profile.md +++ b/docs/resources/cluster_profile.md @@ -152,13 +152,13 @@ resource "spectrocloud_cluster_profile" "profile" { ### Optional -- `cloud` (String) -- `context` (String) Cluster context can be 'project' or 'tenant' or `system`. Defaults to 'project'. +- `cloud` (String) Specify the infrastructure provider the cluster profile is for. Only Palette supported infrastructure providers can be used. The supported cloud types are - `all, aws, azure, gcp, vsphere, openstack, maas, nested, baremetal, eks, aks, edge, edge-native, libvirt, tencent, tke, coxedge, generic, and gke`,If the value is set to `all`, then the type must be set to `add-on`. Otherwise, the cluster profile may be incompatible with other providers. Default value is `all`. +- `context` (String) The context of the cluster profile. Allowed values are `project` or `tenant`. Default value is `project`. - `description` (String) - `pack` (Block List) (see [below for nested schema](#nestedblock--pack)) - `tags` (Set of String) A list of tags to be applied to the cluster. Tags must be in the form of `key:value`. - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) -- `type` (String) +- `type` (String) Specify the cluster profile type to use. Allowed values are `cluster`, infra`, `add-on`, and `system`. These values map to the following User Interface (UI) labels. Use the value ' cluster ' for a **Full** cluster profile.For an Infrastructure cluster profile, use the value `infra`; for an Add-on cluster profile, use the value `add-on`.System cluster profiles can be specified using the value `system`. To learn more about cluster profiles, refer to the [Cluster Profile](https://docs.spectrocloud.com/cluster-profiles) documentation. Default value is `add-on`. - `version` (String) Version of the cluster profile. Defaults to '1.0.0'. ### Read-Only