This module is no longer maintained as it has been integrated into the nac-aci module.
Manages ACI Fabric Wide Settings
Location in GUI:
System
» System Settings
» Fabric-Wide Settings
module "aci_fabric_wide_settings" {
source = "netascode/fabric-wide-settings/aci"
version = ">= 0.1.0"
domain_validation = true
enforce_subnet_check = true
opflex_authentication = false
disable_remote_endpoint_learn = true
overlapping_vlan_validation = true
remote_leaf_direct = true
}
Name | Version |
---|---|
terraform | >= 1.0.0 |
aci | >= 2.0.0 |
Name | Version |
---|---|
aci | >= 2.0.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
domain_validation | Domain validation. | bool |
false |
no |
enforce_subnet_check | Enforce subnet check. | bool |
false |
no |
opflex_authentication | Opflex authentication. | bool |
true |
no |
disable_remote_endpoint_learn | Disable remote EP learn. | bool |
false |
no |
overlapping_vlan_validation | Overlapping VLAN validation. | bool |
false |
no |
remote_leaf_direct | Remote leaf direct. | bool |
false |
no |
reallocate_gipo | Reallocate GIPo | bool |
false |
no |
Name | Description |
---|---|
dn | Distinguished name of infraSetPol object. |
Name | Type |
---|---|
aci_rest_managed.infraSetPol | resource |