Skip to content

Commit 8c0ba56

Browse files
committed
docs: update docs
Signed-off-by: Xabier Napal <[email protected]>
1 parent 6618afb commit 8c0ba56

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

docs/data-sources/prefix.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ description: |-
1717

1818
### Optional
1919

20-
- `cidr` (String, Deprecated) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given. Conflicts with `prefix`.
20+
- `cidr` (String, Deprecated) Conflicts with `prefix`.
2121
- `custom_fields` (Map of String)
22-
- `description` (String) Description to include in the data source filter. At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
23-
- `family` (Number) The IP family of the prefix. One of 4 or 6. At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
24-
- `prefix` (String) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given. Conflicts with `cidr`.
25-
- `role_id` (Number) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
26-
- `site_id` (Number) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
27-
- `tag` (String) Tag to include in the data source filter (must match the tag's slug). At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
22+
- `description` (String) Description to include in the data source filter.
23+
- `family` (Number) The IP family of the prefix. One of 4 or 6.
24+
- `prefix` (String) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr`, `custom_fields` or `tag` must be given. Conflicts with `cidr`.
25+
- `role_id` (Number)
26+
- `site_id` (Number)
27+
- `tag` (String) Tag to include in the data source filter (must match the tag's slug).
2828
- `tag__n` (String) Tag to exclude from the data source filter (must match the tag's slug).
2929
Refer to [Netbox's documentation](https://demo.netbox.dev/static/docs/rest-api/filtering/#lookup-expressions)
3030
for more information on available lookup expressions.
31-
- `vlan_id` (Number) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
32-
- `vlan_vid` (Number) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
33-
- `vrf_id` (Number) At least one of `description`, `family`, `prefix`, `vlan_vid`, `vrf_id`, `vlan_id`, `site_id`, `role_id`, `cidr` or `tag` must be given.
31+
- `vlan_id` (Number)
32+
- `vlan_vid` (Number)
33+
- `vrf_id` (Number)
3434

3535
### Read-Only
3636

docs/resources/available_prefix.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ resource "netbox_available_prefix" "test" {
3535

3636
### Optional
3737

38-
- `custom_fields` (Map of String)
3938
- `description` (String)
4039
- `is_pool` (Boolean)
4140
- `mark_utilized` (Boolean)

docs/resources/custom_field_choice_set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ resource "netbox_custom_field_choice_set" "test" {
3939
### Optional
4040

4141
- `base_choices` (String) Valid values are `IATA`, `ISO_3166` and `UN_LOCODE`. At least one of `base_choices` or `extra_choices` must be given.
42+
- `custom_fields` (Map of String)
4243
- `description` (String)
4344
- `extra_choices` (List of List of String) This length of the inner lists must be exactly two, where the first value is the value of a choice and the second value is the label of the choice. At least one of `base_choices` or `extra_choices` must be given.
4445
- `order_alphabetically` (Boolean) experimental. Defaults to `false`.

0 commit comments

Comments
 (0)