Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jun 23, 2024
1 parent dca17a3 commit 550cb0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/resources/ospf_vrf.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ resource "nxos_ospf_vrf" "example" {
- `control` (String) Controls. Choices: `unspecified`, `bfd`, `name-lookup`, `default-passive`, `segrt`. Can be an empty string. Allowed formats:
- Single value. Example: `bfd`
- Multiple values (comma-separated). Example: `bfd,default-passive`. In this case values must be in alphabetical order.
- Default value: `unspecified`
- `device` (String) A device name from the provider configuration.
- `distance` (Number) Administrative distance preference.
- Range: `1`-`255`
Expand Down
3 changes: 1 addition & 2 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 550cb0e

Please sign in to comment.