-
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.
feat: provider | documentation generation (#54)
- Loading branch information
1 parent
48fedc4
commit 91dc07e
Showing
23 changed files
with
819 additions
and
7 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
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
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,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_agent Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_agent (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `address_note` (String) | ||
- `ethernet_mac_address` (String) | ||
- `id` (String) The ID of this resource. | ||
- `latitude` (Number) | ||
- `longitude` (Number) | ||
- `model_number` (String) | ||
- `name` (String) | ||
- `notes` (String) | ||
- `pcap_mode` (String) | ||
- `serial` (String) | ||
- `wifi_mac_address` (String) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `agent_id` (String) |
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: "uxi_group Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_group (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
- `name` (String) | ||
- `parent_group_id` (String) | ||
- `path` (String) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `group_id` (String) |
33 changes: 33 additions & 0 deletions
33
pkg/config-api-provider/docs/data-sources/network_group_assignment.md
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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_network_group_assignment Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_network_group_assignment (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `group_id` (String) | ||
- `id` (String) The ID of this resource. | ||
- `network_id` (String) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `network_group_assignment_id` (String) |
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,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_sensor Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_sensor (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `address_note` (String) | ||
- `ethernet_mac_address` (String) | ||
- `id` (String) The ID of this resource. | ||
- `latitude` (Number) | ||
- `longitude` (Number) | ||
- `model_number` (String) | ||
- `name` (String) | ||
- `notes` (String) | ||
- `pcap_mode` (String) | ||
- `serial` (String) | ||
- `wifi_mac_address` (String) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `sensor_id` (String) |
33 changes: 33 additions & 0 deletions
33
pkg/config-api-provider/docs/data-sources/sensor_group_assignment.md
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,33 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_sensor_group_assignment Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_sensor_group_assignment (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `group_id` (String) | ||
- `id` (String) The ID of this resource. | ||
- `sensor_id` (String) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `sensor_group_assignment_id` (String) |
39 changes: 39 additions & 0 deletions
39
pkg/config-api-provider/docs/data-sources/wired_network.md
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,39 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_wired_network Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_wired_network (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `disable_edns` (Boolean) | ||
- `dns_lookup_domain` (String) | ||
- `external_connectivity` (Boolean) | ||
- `id` (String) The ID of this resource. | ||
- `ip_version` (String) | ||
- `name` (String) | ||
- `security` (String) | ||
- `use_dns64` (Boolean) | ||
- `vlan_id` (Number) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `wired_network_id` (String) |
41 changes: 41 additions & 0 deletions
41
pkg/config-api-provider/docs/data-sources/wireless_network.md
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,41 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_wireless_network Data Source - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_wireless_network (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `filter` (Attributes) (see [below for nested schema](#nestedatt--filter)) | ||
|
||
### Read-Only | ||
|
||
- `band_locking` (String) | ||
- `disable_edns` (Boolean) | ||
- `dns_lookup_domain` (String) | ||
- `external_connectivity` (Boolean) | ||
- `hidden` (Boolean) | ||
- `id` (String) The ID of this resource. | ||
- `ip_version` (String) | ||
- `name` (String) | ||
- `security` (String) | ||
- `ssid` (String) | ||
- `use_dns64` (Boolean) | ||
|
||
<a id="nestedatt--filter"></a> | ||
### Nested Schema for `filter` | ||
|
||
Required: | ||
|
||
- `wireless_network_id` (String) |
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,22 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi Provider" | ||
description: |- | ||
--- | ||
|
||
# uxi Provider | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `client_id` (String) | ||
- `client_secret` (String, Sensitive) | ||
- `host` (String) | ||
- `token_url` (String) |
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,29 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "uxi_agent Resource - uxi" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# uxi_agent (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `name` (String) | ||
|
||
### Optional | ||
|
||
- `notes` (String) | ||
- `pcap_mode` (String) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. |
Oops, something went wrong.