Bump docs tool, include in .mod
This commit is contained in:
@@ -15,7 +15,7 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **name** (String, Optional) The name of the RADIUS profile to look up. Defaults to `Default`.
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ description: |-
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **name** (String, Optional) The name of the user group to look up. Defaults to `Default`.
|
||||
|
||||
### Read-only
|
||||
|
||||
@@ -20,7 +20,7 @@ data "unifi_wlan_group" "default" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **name** (String, Optional) The name of the WLAN group to look up. Defaults to `Default`.
|
||||
|
||||
|
||||
|
||||
@@ -30,4 +30,4 @@ provider "unifi" {
|
||||
- **api_url** (String, Optional) URL of the controller API. Can be specified with the `UNIFI_API` environment variable.
|
||||
- **password** (String, Optional) Password for the user accessing the API. Can be specified with the `UNIFI_PASSWORD` environment variable.
|
||||
- **site** (String, Optional) The site in the Unifi controller this provider will manage. Can be specified with the `UNIFI_SITE` environment variable. Default: `default`
|
||||
- **username** (String, Optional) Local user name for the Unifi controller API. Can be specified with the `UNIFI_USERNAME` environment variable.
|
||||
- **username** (String, Optional) Local user name for the Unifi controller API. Can be specified with the `UNIFI_USERNAME` environment variable.
|
||||
|
||||
@@ -34,6 +34,6 @@ resource "unifi_firewall_group" "can_print" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ resource "unifi_firewall_rule" "drop_all" {
|
||||
- **dst_firewall_group_ids** (Set of String, Optional) The destination firewall group IDs of the firewall rule.
|
||||
- **dst_network_id** (String, Optional) The destination network ID of the firewall rule.
|
||||
- **dst_network_type** (String, Optional) The destination network type of the firewall rule. Can be one of `ADDRv4` or `NETv4`. Defaults to `NETv4`.
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **ip_sec** (String, Optional) Specify whether the rule matches on IPsec packets. Can be one of `match-ipset` or `match-none`.
|
||||
- **logging** (Boolean, Optional) Enable logging for the firewall rule.
|
||||
- **src_address** (String, Optional) The source address for the firewall rule.
|
||||
|
||||
@@ -43,7 +43,7 @@ resource "unifi_network" "vlan" {
|
||||
- **dhcp_start** (String, Optional) The IPv4 address where the DHCP range of addresses starts.
|
||||
- **dhcp_stop** (String, Optional) The IPv4 address where the DHCP range of addresses stops.
|
||||
- **domain_name** (String, Optional) The domain name of this network.
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **igmp_snooping** (Boolean, Optional) Specifies whether IGMP snooping is enabled or not.
|
||||
- **network_group** (String, Optional) The group of the network. Defaults to `LAN`.
|
||||
- **subnet** (String, Optional) The subnet of the network. Must be a valid CIDR address.
|
||||
|
||||
@@ -19,7 +19,7 @@ description: |-
|
||||
- **enabled** (Boolean, Optional, Deprecated) Specifies whether the port forwarding rule is enabled or not.
|
||||
- **fwd_ip** (String, Optional) The IPv4 address to forward traffic to.
|
||||
- **fwd_port** (String, Optional) The port to forward traffic to.
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **log** (Boolean, Optional) Specifies whether to log forwarded traffic or not. Defaults to `false`.
|
||||
- **name** (String, Optional) The name of the port forwarding rule.
|
||||
- **port_forward_interface** (String, Optional) The port forwarding interface. Can be `wan`, `wan2`, or `both`.
|
||||
|
||||
@@ -37,7 +37,7 @@ resource "unifi_user" "test" {
|
||||
- **allow_existing** (Boolean, Optional) Specifies whether this resource should just take over control of an existing user. Defaults to `true`.
|
||||
- **blocked** (Boolean, Optional) Specifies whether this user should be blocked from the network.
|
||||
- **fixed_ip** (String, Optional) A fixed IPv4 address for this user.
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **network_id** (String, Optional) The network ID for this user.
|
||||
- **note** (String, Optional) A note with additional information for the user.
|
||||
- **skip_forget_on_destroy** (Boolean, Optional) Specifies whether this resource should tell the controller to "forget" the user on destroy. Defaults to `false`.
|
||||
|
||||
@@ -28,7 +28,7 @@ resource "unifi_user_group" "wifi" {
|
||||
|
||||
### Optional
|
||||
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **qos_rate_max_down** (Number, Optional) The QOS maximum download rate. Defaults to `-1`.
|
||||
- **qos_rate_max_up** (Number, Optional) The QOS maximum upload rate. Defaults to `-1`.
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ resource "unifi_wlan" "wifi" {
|
||||
### Optional
|
||||
|
||||
- **hide_ssid** (Boolean, Optional) Indicates whether or not to hide the SSID from broadcast.
|
||||
- **id** (String, Optional)
|
||||
- **id** (String, Optional) The ID of this resource.
|
||||
- **is_guest** (Boolean, Optional) Indicates that this is a guest WLAN and should use guest behaviors.
|
||||
- **mac_filter_enabled** (Boolean, Optional) Indicates whether or not the MAC filter is turned of for the network.
|
||||
- **mac_filter_list** (Set of String, Optional) List of MAC addresses to filter (only valid if `mac_filter_enabled` is `true`).
|
||||
|
||||
Reference in New Issue
Block a user