Giter VIP home page Giter VIP logo

terraform-aci-bgp-policy's Introduction

Tests

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

Terraform ACI BGP Policy Module

Manages ACI BGP Policy

Location in GUI: System » System Settings » BGP Route Reflector

Examples

module "aci_bgp_policy" {
  source  = "netascode/bgp-policy/aci"
  version = ">= 0.2.0"

  fabric_bgp_as = 65000
  fabric_bgp_rr = [{
    node_id = 2001
    pod_id  = 2
  }]
  fabric_bgp_external_rr = [{
    node_id = 2001
    pod_id  = 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
fabric_bgp_as Fabric BGP AS. Minimum value: 1. Maximum value: 4294967295. number n/a yes
fabric_bgp_rr List of fabric BGP route reflector nodes. Allowed values node_id: 1-4000. Allowed values pod_id: 1-255. Default value pod_id: 1.
list(object({
node_id = number
pod_id = optional(number, 1)
}))
[] no
fabric_bgp_external_rr List of fabric BGP external route reflector nodes. Allowed values node_id: 1-4000. Allowed values pod_id: 1-255. Default value pod_id: 1.
list(object({
node_id = number
pod_id = optional(number, 1)
}))
[] no

Outputs

No outputs.

Resources

Name Type
aci_rest_managed.bgpAsP resource
aci_rest_managed.bgpRRNodePEp resource
aci_rest_managed.bgpRRNodePEp-Ext resource

terraform-aci-bgp-policy's People

Watchers

 avatar

Forkers

ryanoatz99

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.