Giter VIP home page Giter VIP logo

terraform-aci-access-leaf-interface-selector's Introduction

Tests

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

Terraform ACI Access Leaf Interface Selector Module

Manages ACI Access Leaf Interface Selector

Location in GUI: Fabric » Access Policies » Interfaces » Leaf Interfaces » Profiles » XXX

Examples

module "aci_access_leaf_interface_selector" {
  source  = "netascode/access-leaf-interface-selector/aci"
  version = ">= 0.2.0"

  interface_profile = "LEAF101"
  name              = "1-2"
  policy_group_type = "access"
  policy_group      = "ACC1"
  port_blocks = [{
    name        = "PB1"
    description = "My Description"
    from_port   = 1
    to_port     = 2
  }]
  sub_port_blocks = [{
    name          = "SPB1"
    description   = "My Description"
    from_port     = 1
    from_sub_port = 1
    to_sub_port   = 2
  }]
}

Requirements

Name Version
terraform >= 1.3.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

Name Description Type Default Required
interface_profile Leaf interface profile name. string n/a yes
name Leaf interface selector name. string n/a yes
fex_id FEX ID. Allowed values: 101-199. 0 meaning no FEX. number 0 no
fex_interface_profile FEX interface profile name. string "" no
policy_group_type Interface policy group type. Choices: access, pc, vpc, breakout. string "access" no
policy_group Interface policy group name. string "" no
port_blocks List of port blocks. Allowed values from_module, to_module: 1-9. Default value from_module, to_module: 1. Allowed values from_port, to_port: 1-127. Default value to_port: from_port.
list(object({
name = string
description = optional(string, "")
from_module = optional(number, 1)
to_module = optional(number)
from_port = number
to_port = optional(number)
}))
[] no
sub_port_blocks List of sub port blocks. Allowed values from_module, to_module: 1-9. Default value from_module, to_module: 1. Allowed values from_port, to_port: 1-127. Default value to_port: from_port. Allowed values from_sub_port, to_sub_port: 1-16. Default value to_sub_port: from_sub_port.
list(object({
name = string
description = optional(string, "")
from_module = optional(number, 1)
to_module = optional(number)
from_port = number
to_port = optional(number)
from_sub_port = number
to_sub_port = optional(number)
}))
[] no

Outputs

Name Description
dn Distinguished name of infraHPortS object.
name Leaf interface selector name.

Resources

Name Type
aci_rest_managed.infraHPortS resource
aci_rest_managed.infraPortBlk resource
aci_rest_managed.infraRsAccBaseGrp resource
aci_rest_managed.infraSubPortBlk resource

terraform-aci-access-leaf-interface-selector's People

Contributors

danischm avatar dependabot[bot] avatar joaosan1 avatar marehler avatar

Watchers

 avatar

Forkers

joaosan1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.