Skip to content

Commit

Permalink
Remove ospf vrf ctrl default value
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jun 23, 2024
1 parent 3a658fa commit b053e52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion docs/resources/ospf_vrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ resource "nxos_ospf_vrf" "example" {
- Default value: `mbps`
- `control` (String) Controls.
- Choices: `unspecified`, `bfd`, `name-lookup`, `default-passive`, `segrt`
- Default value: `unspecified`
- `device` (String) A device name from the provider configuration.
- `distance` (Number) Administrative distance preference.
- Range: `1`-`255`
Expand Down
1 change: 0 additions & 1 deletion gen/definitions/ospf_vrf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ attributes:
- name-lookup
- default-passive
- segrt
default_value: unspecified
example: bfd
test_prerequisites:
- dn: sys/fm/ospf
Expand Down
4 changes: 1 addition & 3 deletions internal/provider/resource_nxos_ospf_vrf.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b053e52

Please sign in to comment.