Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

netascode/terraform-aci-fabric-isis-bfd

Tests

This module is no longer maintained as it has been integrated into the nac-aci module.

Terraform ACI Fabric ISIS BFD Module

Manages ACI Fabric ISIS BFD

Location in GUI: Fabric » Fabric Policies » Policies » Interface » L3 Interface » default

Examples

module "aci_fabric_isis_bfd" {
  source  = "netascode/fabric-isis-bfd/aci"
  version = ">= 0.1.0"

  admin_state = true
}

Requirements

Name Version
terraform >= 1.0.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

Name Description Type Default Required
admin_state Admin state. bool false no

Outputs

Name Description
dn Distinguished name of l3IfPol object.

Resources

Name Type
aci_rest_managed.l3IfPol resource