Skip to content

Commit

Permalink
Updated the doc for kubernetes resource
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro JNM <[email protected]>
  • Loading branch information
alejandrojnm committed Sep 24, 2020
1 parent e62d8eb commit 1b22c80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ provider "kubernetes" {
The following arguments are supported:

* `name` - (Required) A name for the Kubernetes cluster.
* `num_target_nodes` - (Optional) The number of instances to create (optional, the default at the time of writing is 3).
* `target_nodes_size` - (Optional) The size of each node (optional, the default is currently g2.small)
* `kubernetes_version` - (Optional) The version of k3s to install (optional, the default is currently the latest available).
* `num_target_nodes` - (Optional) The number of instances to create (The default at the time of writing is 3).
* `target_nodes_size` - (Optional) The size of each node (The default is currently g2.small)
* `kubernetes_version` - (Optional) The version of k3s to install (The default is currently the latest available).
* `tags` - (Optional) A space separated list of tags, to be used freely as required.
* `applications` - (Optional) A comma separated list of applications to install. Spaces within application names are fine, but shouldn't be either side of the comma. If you want to remove a default installed application, prefix it with a '-', e.g. -traefik

Expand Down

0 comments on commit 1b22c80

Please sign in to comment.