Skip to content

Commit

Permalink
Updated the doc for instance and kubernetes resource
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrojnm committed Jun 16, 2021
1 parent e41d0b0 commit 4abb9b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "civo_instance" "my-test-instance" {
The following arguments are supported:

* `region` - (Optional) The region for the instance, if not declare we use the region in declared in the provider.
* `hostname` - (Required) The Instance hostname.
* `hostname` - (Required) The Instance hostname, if is not declare the provider will generate one for you
* `reverse_dns` - (Optional) A fully qualified domain name that should be used as the instance's IP's reverse DNS (optional, uses the hostname if unspecified).
* `size` - (Optional) The name of the size, from the current list, e.g. g3.k3s.small (required).
* `public_ip_required` - (Optional) This should be either `create`, `none` or `move_ip_from:intances_id`.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/kubernetes_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ provider "kubernetes" {

The following arguments are supported:

* `name` - (Required) A name for the Kubernetes cluster.
* `name` - (Optional) A name for the Kubernetes cluster, if is not declare the provider will generate one for you.
* `region` - (Optional) The region for the cluster.
* `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 g3.k3s.small)
Expand All @@ -64,7 +64,7 @@ The following arguments are supported:
In addition to the arguments listed above, the following additional attributes are exported:

* `id` - A unique ID that can be used to identify and reference a Kubernetes cluster.
* `name` - The name of your cluster,.
* `name` - The name of your cluster.
* `num_target_nodes` - The size of the Kubernetes cluster.
* `target_nodes_size` - The size of each node.
* `kubernetes_version` - The version of Kubernetes.
Expand Down

0 comments on commit 4abb9b6

Please sign in to comment.