diff --git a/website/docs/index.html.markdown b/website/docs/index.html.markdown index 8981c19d7..6ecbcadab 100644 --- a/website/docs/index.html.markdown +++ b/website/docs/index.html.markdown @@ -18,11 +18,12 @@ Use the navigation to the left to read about the available resources. ```hcl provider "nutanix" { - username = "xxxx" - password = "xxxx" - endpoint = "xxxx" - insecure = true - port = 9440 + username = "xxxx" + password = "xxxx" + endpoint = "xxxx" + insecure = true + port = 9440 + wait_timeout = 10 } ``` @@ -40,11 +41,12 @@ Usage: ```hcl provider "nutanix" { - username = "xxxx" - password = "xxxx" - endpoint = "xxxx" - insecure = true - port = 9440 + username = "xxxx" + password = "xxxx" + endpoint = "xxxx" + insecure = true + port = 9440 + wait_timeout = 10 } ``` @@ -59,12 +61,13 @@ provider "nutanix" {} Usage: -```hcl +``` bash $ export NUTANIX_USERNAME="xxxx" $ export NUTANIX_PASSWORD="xxxx" $ export NUTANIX_INSECURE="xxxx" $ export NUTANIX_PORT="xxxx" $ export NUTANIX_ENDPOINT="xxxx" +$ export NUTANIX_WAIT_TIMEOUT = "xxx" $ terraform plan ```