From 1b22c80ce7dd3bef56f88ac155c5537dcbbf20e0 Mon Sep 17 00:00:00 2001 From: Alejandro JNM Date: Thu, 24 Sep 2020 10:44:13 -0400 Subject: [PATCH] Updated the doc for kubernetes resource Signed-off-by: Alejandro JNM --- docs/resources/kubernetes_cluster.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/kubernetes_cluster.md b/docs/resources/kubernetes_cluster.md index 989f4264..a54e2a8d 100644 --- a/docs/resources/kubernetes_cluster.md +++ b/docs/resources/kubernetes_cluster.md @@ -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