Skip to content

netascode/terraform-nxos-scaffolding

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.5.0

Providers

Name Version
nxos >= 0.5.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

Releases

No releases published

Packages

No packages published

Languages