-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |