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 Jan 14, 2022
1 parent 5cbd3b8 commit 0a2c295
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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.8](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.8) (14 January 2022)

### Merged
- [#116](https://github.com/civo/terraform-provider-civo/pull/116) - Added the custom CNI to the Kubernetes cluster

## [v1.0.7](https://github.com/civo/terraform-provider-civo/releases/tag/v1.0.7) (11 December 2021)

### Merged
Expand Down
1 change: 1 addition & 0 deletions docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ resource "civo_kubernetes_cluster" "my-cluster" {
### Optional

- **applications** (String) Comma separated list of applications to install. Spaces within application names are fine, but shouldn't be either side of the comma. Application names are case-sensitive; the available applications can be listed with the Civo CLI: 'civo kubernetes applications ls'. If you want to remove a default installed application, prefix it with a '-', e.g. -Traefik. For application that supports plans, you can use 'app_name:app_plan' format e.g. 'Linkerd:Linkerd & Jaeger' or 'MariaDB:5GB'.
- **cni** (String) The cni for the k3s to install (the default is `flannel`) valid options are `calico` or `flannel`
- **id** (String) The ID of this resource.
- **kubernetes_version** (String) The version of k3s to install (optional, the default is currently the latest available)
- **name** (String) Name for your cluster, must be unique within your account
Expand Down

0 comments on commit 0a2c295

Please sign in to comment.