Giter VIP home page Giter VIP logo

terraform-aci-login-domain's Introduction

Tests

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

Terraform ACI Login Domain Module

Manages ACI Login Domain

Location in GUI: Admin » AAA » Authentication » AAA

Examples

module "aci_login_domain" {
  source  = "netascode/login-domain/aci"
  version = ">= 0.2.0"

  name        = "TACACS1"
  description = "My Description"
  realm       = "tacacs"
  tacacs_providers = [{
    hostname_ip = "10.1.1.10"
    priority    = 10
  }]
}

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 Login domain name. string n/a yes
description Description. string "" no
realm Realm. Choices: local, tacacs, ldap. string n/a yes
auth_choice Authentication choice. Choices: CiscoAVPair, LdapGroupMap. string "CiscoAVPair" no
ldap_group_map LDAP group map. string "" no
tacacs_providers List of TACACS providers. Allowed values priority: 0-16. Default value priority: 0
list(object({
hostname_ip = string
priority = optional(number, 0)
}))
[] no
ldap_providers List of LDAP providers. Allowed values priority: 0-16. Default value priority: 0
list(object({
hostname_ip = string
priority = optional(number, 0)
}))
[] no

Outputs

Name Description
dn Distinguished name of aaaLoginDomain object.
name Login domain name.

Resources

Name Type
aci_rest_managed.aaaDomainAuth resource
aci_rest_managed.aaaLdapProviderGroup resource
aci_rest_managed.aaaLoginDomain resource
aci_rest_managed.aaaProviderRef resource
aci_rest_managed.aaaProviderRef_ldap resource
aci_rest_managed.aaaTacacsPlusProviderGroup resource

terraform-aci-login-domain's People

Contributors

danischm avatar dependabot[bot] avatar

Stargazers

 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.