Giter VIP home page Giter VIP logo

terraform-aci-geolocation's Introduction

Tests

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

Terraform ACI Geolocation Module

ACI Geolocation

Location in GUI: Fabric » Fabric Policies » Policies » Geolocation

Examples

module "aci_geolocation" {
  source  = "netascode/geolocation/aci"
  version = ">= 0.2.0"

  name        = "SITE1"
  description = "Site Description"
  buildings = [{
    name        = "BUILDING1"
    description = "Building Description"
    floors = [{
      name        = "FLOOR1"
      description = "Floor Description"
      rooms = [{
        name        = "ROOM1"
        description = "Room Description"
        rows = [{
          name        = "ROW1"
          description = "Row Description"
          racks = [{
            name        = "RACK1"
            description = "Rack Description"
            nodes = [{
              node_id = 201
              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
name Site name. string n/a yes
description Site description. string "" no
buildings List of buildings. Allowed values node_id: 1-4000. Allowed values pod_id: 1-255. Default value pod_id: 1.
list(object({
name = string
description = optional(string, "")
floors = optional(list(object({
name = string
description = optional(string, "")
rooms = optional(list(object({
name = string
description = optional(string, "")
rows = optional(list(object({
name = string
description = optional(string, "")
racks = optional(list(object({
name = string
description = optional(string, "")
nodes = optional(list(object({
node_id = number
pod_id = optional(number, 1)
})), [])
})), [])
})), [])
})), [])
})), [])
}))
[] no

Outputs

Name Description
dn Distinguished name of geoSite object.
name Site name.

Resources

Name Type
aci_rest_managed.geoBuilding resource
aci_rest_managed.geoFloor resource
aci_rest_managed.geoRack resource
aci_rest_managed.geoRoom resource
aci_rest_managed.geoRow resource
aci_rest_managed.geoRsNodeLocation resource
aci_rest_managed.geoSite resource

terraform-aci-geolocation's People

Contributors

dependabot[bot] avatar danischm 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.