Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgomezve committed Apr 11, 2024
1 parent 22ea257 commit 886932d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/resources/bgp_route_redistribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ resource "nxos_bgp_route_redistribution" "example" {
protocol_instance = "OSPF1"
route_map = "route_map_ospf_1"
scope = "inter"
srv6_prefix_type = ""
srv6_prefix_type = "unspecified"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ resource "nxos_bgp_route_redistribution" "example" {
protocol_instance = "OSPF1"
route_map = "route_map_ospf_1"
scope = "inter"
srv6_prefix_type = ""
srv6_prefix_type = "unspecified"
}

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 886932d

Please sign in to comment.