Skip to content

Commit

Permalink
Update fabric_uplink_pc_role.md (#236)
Browse files Browse the repository at this point in the history
pc_id is required, or rather the default value of 0 cannon be used, so it would be helpful to show a example where it is configured
  • Loading branch information
thjonson authored Apr 10, 2024
1 parent 5df16a4 commit e7278a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/fabric/fabric_uplink_pc_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

```hcl
resource "intersight_fabric_uplink_pc_role" "fabric_uplink_pc_role1" {
pc_id = 100
ports {
port_id = 1
aggregate_port_id = 0
Expand All @@ -27,4 +28,4 @@ variable "fabric_port_policy" {
type = string
description = "Fabric port policy Moid"
}
```
```

0 comments on commit e7278a4

Please sign in to comment.