Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdevs23 committed Dec 7, 2021
1 parent e542512 commit 20c25fa
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/data-sources/port_wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "network_port_wait Data Source - terraform-provider-network"
subcategory: ""
description: |-
---

# network_port_wait (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **host** (String) Hostname, domain name, IP address
- **port** (Number) TCP Port

### Optional

- **cooldown_ms** (Number) How many milliseconds to wait before each connection attempt or zero to not wait. Default: 500
- **error_on_timeout** (Boolean) Treats a timeout as error causing the plan/apply operation to fail
- **timeout_sec** (Number) How many seconds to wait before timing out. 0 means infinite (default).

### Read-Only

- **available** (Boolean) Whether the port is available after timeout
- **id** (String) The ID of this resource.


25 changes: 25 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "network Provider"
subcategory: ""
description: |-
---

# network Provider





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- **features** (Object) (see [below for nested schema](#nestedatt--features))

<a id="nestedatt--features"></a>
### Nested Schema for `features`

Optional:

0 comments on commit 20c25fa

Please sign in to comment.