Skip to content

Commit

Permalink
PLT-657: docs refresh.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikchern committed Sep 29, 2023
1 parent f8290fa commit 87b8889
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions docs/resources/cluster_edge_native.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Required:

Optional:

- `host_name` (String) Edge host name
- `static_ip` (String) Edge host static IP


Expand Down
6 changes: 3 additions & 3 deletions docs/resources/cluster_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87b8889

Please sign in to comment.