Giter VIP home page Giter VIP logo

terraform-aci-external-connectivity-policy's Introduction

Tests

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

Terraform ACI External Connectivity Policy Module

Manages ACI External Connectivity Policy

Location in GUI: Tenants » infra » Policies » Protocol » Fabric Ext Connection Policies

Examples

module "aci_external_connectivity_policy" {
  source  = "netascode/external-connectivity-policy/aci"
  version = ">= 0.2.0"

  name         = "EXT-POL1"
  route_target = "extended:as2-nn4:5:17"
  fabric_id    = 2
  site_id      = 2
  bgp_password = "SECRETPW"
  routing_profiles = [{
    name        = "PROF1"
    description = "My Description"
    subnets     = ["10.0.0.0/24"]
  }]
  data_plane_teps = [{
    pod_id = 2
    ip     = "11.1.1.11"
  }]
  unicast_teps = [{
    pod_id = 2
    ip     = "1.2.3.4"
  }]
}

Requirements

Name Version
terraform >= 1.3.0
aci >= 2.0.0

Providers

Name Version
aci >= 2.0.0

Inputs

Name Description Type Default Required
name External connectivity policy name. string n/a yes
route_target Route target. string "extended:as2-nn4:5:16" no
fabric_id Fabric ID. Minimum value: 1. Maximum value: 65535. number 1 no
site_id Site ID. Minimum value: 0. Maximum value: 1000. number 0 no
bgp_password BGP password. string "" no
routing_profiles External routing profiles.
list(object({
name = string
description = optional(string, "")
subnets = optional(list(string), [])
}))
[] no
data_plane_teps Data plane TEPs. Allowed values pod_id: 1-255.
list(object({
pod_id = number
ip = string
}))
[] no
unicast_teps Unicast TEPs. Allowed values pod_id: 1-255.
list(object({
pod_id = number
ip = string
}))
[] no

Outputs

Name Description
dn Distinguished name of fvFabricExtConnP object.
name External connectivity policy name.

Resources

Name Type
aci_rest_managed.fvExtRoutableUcastConnP resource
aci_rest_managed.fvFabricExtConnP resource
aci_rest_managed.fvIp resource
aci_rest_managed.fvPeeringP resource
aci_rest_managed.fvPodConnP resource
aci_rest_managed.l3extFabricExtRoutingP resource
aci_rest_managed.l3extSubnet resource

terraform-aci-external-connectivity-policy's People

Contributors

danischm avatar dependabot[bot] avatar juchowan avatar

Watchers

 avatar

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.