From da1995466675b587a59de91578576365006083ec Mon Sep 17 00:00:00 2001 From: PacoDw <__pm@outlook.com> Date: Mon, 6 Jul 2020 11:29:51 -0500 Subject: [PATCH] chore: updated README by requiremts changes --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 250b1dabb..ad72e157a 100644 --- a/README.md +++ b/README.md @@ -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 } ``` @@ -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