Skip to content

Commit

Permalink
website: add new wait_timeout configuration to website documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Apr 2, 2019
1 parent fb812e3 commit e847ddf
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

Expand All @@ -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
}
```

Expand All @@ -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
```

0 comments on commit e847ddf

Please sign in to comment.