From f6bca176f9a4c1061253d453f0862897f4df3e83 Mon Sep 17 00:00:00 2001 From: thjonson <66139313+thjonson@users.noreply.github.com> Date: Thu, 2 Feb 2023 17:36:18 -0500 Subject: [PATCH] Update fabric_uplink_role.md port_policy is needed to associate the role. --- examples/fabric/fabric_uplink_role.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/examples/fabric/fabric_uplink_role.md b/examples/fabric/fabric_uplink_role.md index 5641419e91..b8c6e33637 100644 --- a/examples/fabric/fabric_uplink_role.md +++ b/examples/fabric/fabric_uplink_role.md @@ -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" + } } -``` \ No newline at end of file +```