{"id":20324594,"url":"https://github.com/netascode/terraform-nxos-evpn-example","last_synced_at":"2026-05-29T20:31:08.657Z","repository":{"id":113758491,"uuid":"498087532","full_name":"netascode/terraform-nxos-evpn-example","owner":"netascode","description":"Building a Cisco Nexus 9000 EVPN Fabric using Terraform","archived":false,"fork":false,"pushed_at":"2023-07-01T07:37:36.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-14T14:14:07.138Z","etag":null,"topics":["cisco","evpn","iac","nexus","nx-os","nxos","overlay","terraform","underlay","vxlan"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netascode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2022-05-30T20:27:09.000Z","updated_at":"2023-11-21T07:46:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e1d094e-a41d-452f-9c73-ede96f7ad598","html_url":"https://github.com/netascode/terraform-nxos-evpn-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-evpn-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-evpn-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-evpn-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-nxos-evpn-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-nxos-evpn-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241827465,"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","evpn","iac","nexus","nx-os","nxos","overlay","terraform","underlay","vxlan"],"created_at":"2024-11-14T19:34:38.184Z","updated_at":"2026-05-29T20:31:08.651Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Nexus 9000 EVPN Terraform Example\n\nThis example demonstrates how the [NX-OS Terraform Provider](https://registry.terraform.io/providers/CiscoDevNet/nxos/latest/docs) can be used to build a Cisco Nexus 9000 EVPN Fabric. It currently supports underlay and overlay configuration, but no access interfaces.\n\nIt uses the following Terraform Modules:\n\n- [EVPN OSPF Underlay Module](https://registry.terraform.io/modules/netascode/evpn-ospf-underlay/nxos/latest)\n- [EVPN Overlay Module](https://registry.terraform.io/modules/netascode/evpn-overlay/nxos/latest)\n\nThe configuration is derived from a set of yaml files in the `data` [directory](https://github.com/netascode/terraform-nxos-evpn-example/tree/main/data).\n\nTo point this to your own Nexus 9000 fabric, update the `data/inventory.yaml` file accordingly.\n\n```yaml\n---\nfabric:\n  inventory:\n    spines:\n      - name: SPINE-1\n        url: https://10.1.1.1\n      - name: SPINE-2\n        url: https://10.1.1.2\n\n    leafs:\n      - name: LEAF-1\n        url: https://10.1.1.3\n      - name: LEAF-2\n        url: https://10.1.1.4\n```\n\nCredentials can either be provided via environment variables:\n\n```shell\nexport NXOS_USERNAME=admin\nexport NXOS_PASSWORD=Cisco123\n```\n\nOr by updating the provider configuration in `main.tf`:\n\n```terraform\nprovider \"nxos\" {\n  username = admin\n  password = Cisco123\n  devices  = local.devices\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-evpn-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-nxos-evpn-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-nxos-evpn-example/lists"}