Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Resource that manages the Fabric endpoint /appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics. It should be able to create, update and delete a Fabric based on a template
New or Affected Resource(s):
DCNM version
Potential Terraform Configuration
resource "dcnm_fabric" "my_fabric" {
name = "MyFabric"
template_name = "Easy_Fabric"
template_props = {
"FABRIC_NAME" : "MyFabric",
"BGP_AS" : "6500",
"RR_COUNT" : "2",
"ANYCAST_GW_MAC" : "2020.0000.00aa",
"PM_ENABLE" : "false",
"L2_SEGMENT_ID_RANGE" : "30000-49000",
"L3_PARTITION_ID_RANGE" : "50000-59000",
"NETWORK_VLAN_RANGE" : "2300-2999",
"VRF_VLAN_RANGE" : "2000-2299",
}
}
Community Note
Description
Resource that manages the Fabric endpoint
/appcenter/cisco/ndfc/api/v1/lan-fabric/rest/control/fabrics. It should be able to create, update and delete a Fabric based on a templateNew or Affected Resource(s):
DCNM version
Potential Terraform Configuration