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

netascode/terraform-aci-fabric-wide-settings

Tests

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

Terraform ACI Fabric Wide Settings Module

Manages ACI Fabric Wide Settings

Location in GUI: System » System Settings » Fabric-Wide Settings

Examples

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
}

Requirements

Name Version
terraform >= 1.0.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

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

Outputs

Name Description
dn Distinguished name of infraSetPol object.

Resources

Name Type
aci_rest_managed.infraSetPol resource