Skip to content

Commit

Permalink
Add unspecified option to bfd attribute of pim interface resource
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed May 30, 2022
1 parent fe61ab0 commit 6df67c0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.18 (unreleased)

- Add unspecified option to bfd attribute of pim_interface resource

## 0.3.17

- Fix provider config url attribute
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.3.18 (unreleased)

- Add unspecified option to bfd attribute of pim_interface resource

## 0.3.17

- Fix provider config url attribute
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/pim_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "nxos_pim_interface" "example" {
- Choices: `enabled`, `disabled`
- Default value: `enabled`
- `bfd` (String) BFD.
- Choices: `enabled`, `disabled`
- Choices: `unspecified`, `enabled`, `disabled`
- Default value: `disabled`
- `device` (String) A device name from the provider configuration.
- `dr_priority` (Number) Designated Router priority level.
Expand Down
1 change: 1 addition & 0 deletions gen/definitions/pim_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ attributes:
type: String
description: 'BFD.'
enum_values:
- unspecified
- enabled
- disabled
default_value: disabled
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/resource_nxos_pim_interface.go

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

4 changes: 4 additions & 0 deletions templates/guides/changelog.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ description: |-

# Changelog

## 0.3.18 (unreleased)

- Add unspecified option to bfd attribute of pim_interface resource

## 0.3.17

- Fix provider config url attribute
Expand Down

0 comments on commit 6df67c0

Please sign in to comment.