Skip to content

Commit

Permalink
Update docs and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 5, 2022
1 parent 98fb75c commit 500c0e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 59 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## [v1.0.15](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.15) (5 April 2022)

### Merged
- [#129](https://github.com/civo/terraform-provider-civo/pull/129) - Fixed errors in the Kubernetes resource and remove unnecessary fields

## [v1.0.14](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.14) (1 April 2022)

### Merged
Expand Down
29 changes: 0 additions & 29 deletions docs/data-sources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ output "kubernetes_cluster_output" {
- **created_at** (String) The date where the Kubernetes cluster was create
- **dns_entry** (String) The unique dns entry for the cluster in this case point to the master
- **installed_applications** (List of Object) (see [below for nested schema](#nestedatt--installed_applications))
- **instances** (List of Object) (see [below for nested schema](#nestedatt--instances))
- **kubeconfig** (String) A representation of the Kubernetes cluster's kubeconfig in yaml format
- **kubernetes_version** (String) The version of Kubernetes
- **master_ip** (String) The IP of the Kubernetes master node
Expand All @@ -64,42 +63,14 @@ Read-Only:
- **version** (String)


<a id="nestedatt--instances"></a>
### Nested Schema for `instances`

Read-Only:

- **cpu_cores** (Number)
- **disk_gb** (Number)
- **hostname** (String)
- **ram_mb** (Number)
- **size** (String)
- **status** (String)
- **tags** (Set of String)


<a id="nestedatt--pools"></a>
### Nested Schema for `pools`

Read-Only:

- **id** (String)
- **instance_names** (Set of String)
- **instances** (List of Object) (see [below for nested schema](#nestedobjatt--pools--instances))
- **node_count** (Number)
- **size** (String)

<a id="nestedobjatt--pools--instances"></a>
### Nested Schema for `pools.instances`

Read-Only:

- **cpu_cores** (Number)
- **disk_gb** (Number)
- **hostname** (String)
- **ram_mb** (Number)
- **size** (String)
- **status** (String)
- **tags** (Set of String)


30 changes: 0 additions & 30 deletions docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ resource "civo_kubernetes_cluster" "my-cluster" {
- **created_at** (String) The timestamp when the cluster was created
- **dns_entry** (String) The DNS name of the cluster
- **installed_applications** (List of Object) (see [below for nested schema](#nestedatt--installed_applications))
- **instances** (List of Object) (see [below for nested schema](#nestedatt--instances))
- **kubeconfig** (String, Sensitive) The kubeconfig of the cluster
- **master_ip** (String) The IP address of the master node
- **ready** (Boolean) When cluster is ready, this will return `true`
Expand All @@ -99,21 +98,6 @@ Read-Only:

- **id** (String) Nodepool ID
- **instance_names** (Set of String) Instance names in the nodepool
- **instances** (List of Object) (see [below for nested schema](#nestedatt--pools--instances))

<a id="nestedatt--pools--instances"></a>
### Nested Schema for `pools.instances`

Read-Only:

- **cpu_cores** (Number)
- **disk_gb** (Number)
- **hostname** (String)
- **ram_mb** (Number)
- **size** (String)
- **status** (String)
- **tags** (Set of String)



<a id="nestedatt--installed_applications"></a>
Expand All @@ -126,20 +110,6 @@ Read-Only:
- **installed** (Boolean)
- **version** (String)


<a id="nestedatt--instances"></a>
### Nested Schema for `instances`

Read-Only:

- **cpu_cores** (Number)
- **disk_gb** (Number)
- **hostname** (String)
- **ram_mb** (Number)
- **size** (String)
- **status** (String)
- **tags** (Set of String)

## Import

Import is supported using the following syntax:
Expand Down
4 changes: 4 additions & 0 deletions docs/resources/kubernetes_node_pool.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ resource "civo_kubernetes_node_pool" "front-end" {
- **target_nodes_size** (String, Deprecated) the size of each node (optional, the default is currently g4s.kube.medium)
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- **instance_names** (Set of String) Instance names in the nodepool

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Expand Down

0 comments on commit 500c0e6

Please sign in to comment.