Skip to content

Commit

Permalink
Update fabric_uplink_role.md (#234)
Browse files Browse the repository at this point in the history
port_policy is needed to associate the role.
thjonson authored Apr 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 41caaaa commit 4b09cf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/fabric/fabric_uplink_role.md
Original file line number Diff line number Diff line change
@@ -7,5 +7,9 @@ resource "intersight_fabric_uplink_role" "fabric_uplink_role1" {
slot_id = 4
admin_speed = "Auto"
fec = "Auto"
port_policy {
moid = intersight_fabric_port_policy.fabric_port_policy1.moid
object_type = "fabric.PortPolicy"
}
}
```
```

0 comments on commit 4b09cf9

Please sign in to comment.