{"id":20324573,"url":"https://github.com/netascode/terraform-nxos-scaffolding","last_synced_at":"2025-08-10T22:44:47.649Z","repository":{"id":38205818,"uuid":"405007288","full_name":"netascode/terraform-nxos-scaffolding","owner":"netascode","description":"Terraform Cisco NXOS Scaffolding Module","archived":false,"fork":false,"pushed_at":"2024-02-10T12:05:16.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:14:06.783Z","etag":null,"topics":["cisco","nexus","nxos","terraform","terraform-module"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netascode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-09-10T08:17:48.000Z","updated_at":"2022-03-01T09:01:51.000Z","dependencies_parsed_at":"2024-01-12T16:22:37.956Z","dependency_job_id":"ac96a49d-a1eb-43db-8cc0-e36afbd53b8e","html_url":"https://github.com/netascode/terraform-nxos-scaffolding","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-scaffolding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-scaffolding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-scaffolding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-scaffolding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-scaffolding/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827464,"owners_count":20026693,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cisco","nexus","nxos","terraform","terraform-module"],"created_at":"2024-11-14T19:34:33.582Z","updated_at":"2025-03-04T10:21:49.989Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- BEGIN_TF_DOCS --\u003e\n[![Tests](https://github.com/netascode/terraform-nxos-scaffolding/actions/workflows/test.yml/badge.svg)](https://github.com/netascode/terraform-nxos-scaffolding/actions/workflows/test.yml)\n\n# Terraform NXOS Scaffolding Module\n\nDescription\n\nModel Documentation: [Link](https://developer.cisco.com/docs/cisco-nexus-3000-and-9000-series-nx-api-rest-sdk-user-guide-and-api-reference-release-9-3x/#!configuring-an-ethernet-interface)\n\n## Examples\n\n```hcl\nmodule \"nxos_scaffolding\" {\n  source  = \"netascode/scaffolding/nxos\"\n  version = \"\u003e= 0.0.1\"\n\n  id          = \"eth1/10\"\n  description = \"My Description\"\n  mode        = \"trunk\"\n}\n```\n\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.0 |\n| \u003ca name=\"requirement_nxos\"\u003e\u003c/a\u003e [nxos](#requirement\\_nxos) | \u003e= 0.5.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_nxos\"\u003e\u003c/a\u003e [nxos](#provider\\_nxos) | \u003e= 0.5.0 |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_id\"\u003e\u003c/a\u003e [id](#input\\_id) | Interface ID. Must match first field in the output of `show intf brief`. Example: `eth1/1`. | `string` | n/a | yes |\n| \u003ca name=\"input_description\"\u003e\u003c/a\u003e [description](#input\\_description) | Interface description. | `string` | `\"\"` | no |\n| \u003ca name=\"input_mode\"\u003e\u003c/a\u003e [mode](#input\\_mode) | Interface mode. Choices: `access`, `trunk`, `fex-fabric`, `dot1q-tunnel`, `promiscuous`, `host`, `trunk_secondary`, `trunk_promiscuous`, `vntag`. | `string` | `\"access\"` | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_dn\"\u003e\u003c/a\u003e [dn](#output\\_dn) | Distinguished name of `l1PhysIf` object. |\n| \u003ca name=\"output_id\"\u003e\u003c/a\u003e [id](#output\\_id) | Interface ID. |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [nxos_rest.l1PhysIf](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs/resources/rest) | resource |\n\u003c!-- END_TF_DOCS --\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-scaffolding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-scaffolding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-scaffolding/lists"}