Skip to content

Commit

Permalink
Fix port channel interface test
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Jul 12, 2023
1 parent 3270e76 commit 9e3f4d7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/resources/port_channel_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ resource "nxos_port_channel_interface" "example" {
admin_state = "up"
auto_negotiation = "on"
bandwidth = 0
delay = 10
delay = 1
description = "My Description"
duplex = "auto"
layer = "Layer2"
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/nxos_port_channel_interface/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "nxos_port_channel_interface" "example" {
admin_state = "up"
auto_negotiation = "on"
bandwidth = 0
delay = 10
delay = 1
description = "My Description"
duplex = "auto"
layer = "Layer2"
Expand Down
2 changes: 1 addition & 1 deletion gen/definitions/port_channel_interface.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ attributes:
min_int: 1
max_int: 16777215
default_value: 1
example: 10
example: 1
- nxos_name: descr
tf_name: description
type: String
Expand Down

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

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

0 comments on commit 9e3f4d7

Please sign in to comment.