Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
tmunzer committed Aug 22, 2024
1 parent 3beced2 commit fb4997b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/resources/device_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Optional:

- `dns_servers` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `dns_suffix` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `fixed_bindings` (Attributes Map) Property key is the MAC Address (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `fixed_bindings` (Attributes Map) Property key is the MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b") (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `gateway` (String) if `type`==`local` - optional, `ip` will be used if not provided
- `ip_end` (String) if `type`==`local`
- `ip_end6` (String) if `type6`==`local`
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/device_gateway_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "mist_device_gateway_cluster" "cluster_one" {

### Required

- `nodes` (Attributes List) (see [below for nested schema](#nestedatt--nodes))
- `nodes` (Attributes List) when replacing a node, either mac has to remain the same as existing cluster (see [below for nested schema](#nestedatt--nodes))
- `site_id` (String)

### Read-Only
Expand All @@ -48,6 +48,6 @@ resource "mist_device_gateway_cluster" "cluster_one" {

Required:

- `mac` (String) when replacing a node, either mac has to remain the same as existing cluster
- `mac` (String) Gateway MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b")


2 changes: 1 addition & 1 deletion docs/resources/device_switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Optional:

- `dns_servers` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `dns_suffix` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `fixed_bindings` (Attributes Map) Property key is the MAC Address (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `fixed_bindings` (Attributes Map) Property key is the MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b") (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `gateway` (String) if `type`==`local` - optional, `ip` will be used if not provided
- `ip_end` (String) if `type`==`local`
- `ip_end6` (String) if `type6`==`local`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/org_deviceprofile_gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Optional:

- `dns_servers` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `dns_suffix` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `fixed_bindings` (Attributes Map) Property key is the MAC Address (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `fixed_bindings` (Attributes Map) Property key is the MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b") (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `gateway` (String) if `type`==`local` - optional, `ip` will be used if not provided
- `ip_end` (String) if `type`==`local`
- `ip_end6` (String) if `type6`==`local`
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/org_gatewaytemplate.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Optional:

- `dns_servers` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `dns_suffix` (List of String) if `type`==`local` - optional, if not defined, system one will be used
- `fixed_bindings` (Attributes Map) Property key is the MAC Address (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `fixed_bindings` (Attributes Map) Property key is the MAC Address. Format is `[0-9a-f]{12}` (e.g "5684dae9ac8b") (see [below for nested schema](#nestedatt--dhcpd_config--config--fixed_bindings))
- `gateway` (String) if `type`==`local` - optional, `ip` will be used if not provided
- `ip_end` (String) if `type`==`local`
- `ip_end6` (String) if `type6`==`local`
Expand Down

0 comments on commit fb4997b

Please sign in to comment.