Skip to content

Commit

Permalink
chore: updated README by requiremts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoDw committed Jul 6, 2020
1 parent 37eda28 commit da19954
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,21 @@ Long term, once this is upstream, no pre-compiled binaries will be needed, as te

The following keys can be used to configure the provider.

* **endpoint** - (Required) IP address for the Nutanix Prism Element.
* **username** - (Required) Username for Nutanix Prism Element. Could be local cluster auth (e.g. `auth`) or directory auth.
* **endpoint** - (Required) IP address for the Nutanix Prism Central.
* **username** - (Required) Username for Nutanix Prism Central. Could be local cluster auth (e.g. `auth`) or directory auth.
* **password** - (Required) Password for the provided username.
* **port** - (Optional) Port for the Nutanix Prism Element. Default port is 9440.
* **port** - (Optional) Port for the Nutanix Prism Central. Default port is 9440.
* **insecure** - (Optional) Explicitly allow the provider to perform insecure SSL requests. If omitted, default value is false.
* **wait_timeout** - (optional) Set if you know that the creation o update of a resource may take long time (minutes).

```hcl
provider "nutanix" {
username = "admin"
password = "myPassword"
port = 9440
endpoint = "10.36.7.201"
insecure = true
username = "admin"
password = "myPassword"
port = 9440
endpoint = "10.36.7.201"
insecure = true
wait_timeout = 10
}
```

Expand All @@ -74,7 +76,7 @@ provider "nutanix" {
* nutanix_network_security_rule
* nutanix_image
* nutanix_host
* nutanix_hots
* nutanix_hosts
* nutanix_cluster
* nutanix_clusters
* nutanix_category_key
Expand Down

0 comments on commit da19954

Please sign in to comment.