netascode / terraform-nxos-scaffolding

Terraform Cisco NXOS Scaffolding Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tests

Terraform NXOS Scaffolding Module

Description

Model Documentation: Link

Examples

module "nxos_scaffolding" {
  source  = "netascode/scaffolding/nxos"
  version = ">= 0.0.1"

  id          = "eth1/10"
  description = "My Description"
  mode        = "trunk"
}

Requirements

Name Version
terraform >= 1.0.0
nxos >= 0.1.0

Providers

Name Version
nxos >= 0.1.0

Inputs

Name Description Type Default Required
id Interface ID. Must match first field in the output of show intf brief. Example: eth1/1. string n/a yes
description Interface description. string "" no
mode Interface mode. Choices: access, trunk, fex-fabric, dot1q-tunnel, promiscuous, host, trunk_secondary, trunk_promiscuous, vntag. string "access" no

Outputs

Name Description
dn Distinguished name of l1PhysIf object.
id Interface ID.

Resources

Name Type
nxos_rest.l1PhysIf resource

About

Terraform Cisco NXOS Scaffolding Module

License:Apache License 2.0


Languages

Language:HCL 100.0%