feat: initialize Terraform Plugin Framework (#23)
* feat: initialize Terraform Plugin Framework * fix docker-compose path for tests * fix: ensure documentation can be generated with old provider SDK and new plugin framework * lint
This commit is contained in:
committed by
GitHub
parent
ccde06a322
commit
325d7b7f20
@@ -8,7 +8,7 @@ description: |-
|
||||
|
||||
# unifi_account (Data Source)
|
||||
|
||||
`unifi_account` data source can be used to retrieve RADIUS user accounts
|
||||
unifi_account data source can be used to retrieve RADIUS user accounts
|
||||
|
||||
|
||||
|
||||
@@ -30,5 +30,3 @@ description: |-
|
||||
- `password` (String, Sensitive) The password of the account.
|
||||
- `tunnel_medium_type` (Number) See RFC2868 section 3.2
|
||||
- `tunnel_type` (Number) See RFC2868 section 3.1
|
||||
|
||||
|
||||
|
||||
@@ -28,5 +28,3 @@ data "unifi_ap_group" "default" {
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this AP group.
|
||||
|
||||
|
||||
|
||||
@@ -83,5 +83,3 @@ data "unifi_network" "my_network" {
|
||||
- `wan_type_v6` (String) Specifies the IPV6 WAN connection type. Must be one of either `disabled`, `static`, or `dhcpv6`.
|
||||
- `wan_username` (String) Specifies the IPV4 WAN username.
|
||||
- `x_wan_password` (String) Specifies the IPV4 WAN password.
|
||||
|
||||
|
||||
|
||||
@@ -28,5 +28,3 @@ data "unifi_port_profile" "all" {
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this port profile.
|
||||
|
||||
|
||||
|
||||
@@ -23,5 +23,3 @@ description: |-
|
||||
### Read-Only
|
||||
|
||||
- `id` (String) The ID of this AP group.
|
||||
|
||||
|
||||
|
||||
@@ -42,5 +42,3 @@ data "unifi_user" "client" {
|
||||
- `network_id` (String) The network ID for this user.
|
||||
- `note` (String) A note with additional information for the user.
|
||||
- `user_group_id` (String) The user group ID for the user.
|
||||
|
||||
|
||||
|
||||
@@ -25,5 +25,3 @@ description: |-
|
||||
- `id` (String) The ID of this AP group.
|
||||
- `qos_rate_max_down` (Number)
|
||||
- `qos_rate_max_up` (Number)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user