Skip to content

Commit

Permalink
Fix documentation for the instance resource
Browse files Browse the repository at this point in the history
Close #24

Signed-off-by: Alejandro JNM <alejandrojnm@gmail.com>
  • Loading branch information
alejandrojnm committed Sep 25, 2020
1 parent 1b22c80 commit d5a033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The following arguments are supported:
* `hostname` - (Required) The Instance hostname.
* `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. g2.small (required).
* `public_ip` - (Optional) This should be either false, true or `move_ip_from:intances_id`.
* `public_ip_requiered` - (Optional) This should be either false, true or `move_ip_from:intances_id`.
* `network_id` - (Optional) This must be the ID of the network from the network listing (optional; default network used when not specified).
* `template` - (Optional) The ID for the template to use to build the instance.
* `initial_user` - (Optional) The name of the initial user created on the server (optional; this will default to the template's default_username and fallback to civo).
Expand Down

0 comments on commit d5a033a

Please sign in to comment.