Skip to content

Commit 1e470ea

Browse files
rchallieRomain Challier
and
Romain Challier
authored
feat(docs): add cluster type to k8s_cluster.mds (#1228)
Co-authored-by: Romain Challier <[email protected]>
1 parent a4f33b2 commit 1e470ea

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/data-sources/k8s_cluster.md

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ In addition to all above arguments, the following attributes are exported:
5656

5757
- `status` - The status of the Kubernetes cluster.
5858

59+
- `type` - The type of the Kubernetes cluster.
60+
5961
- `upgrade_available` - True if a newer Kubernetes version is available.
6062

6163
- `description` - A description for the Kubernetes cluster.

docs/resources/k8s_cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The following arguments are supported:
187187

188188
- `name` - (Required) The name for the Kubernetes cluster.
189189

190-
- `type` - (Optional) The type of Kubernetes cluster.
190+
- `type` - (Optional) The type of Kubernetes cluster. Possible values are: `kapsule` or `multicloud`.
191191

192192
- `description` - (Optional) A description for the Kubernetes cluster.
193193

0 commit comments

Comments
 (0)