Skip to content

Commit

Permalink
added example for resource creation (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
thjonson authored Apr 10, 2024
1 parent e7278a4 commit 41caaaa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/fabric/fabric_link_aggregation_policy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Resource Creation

```hcl
resource "intersight_fabric_link_aggregation_policy" "fabric_link_aggregation_policy1" {
name = "fabric_link_aggregation_policy1"
suspend_individual = "false"
lacp_rate = "normal"
organization {
object_type = "organization.Organization"
moid = var.organization
}
}
```

0 comments on commit 41caaaa

Please sign in to comment.