{"id":20324602,"url":"https://github.com/netascode/terraform-iosxe-evpn-example","last_synced_at":"2026-06-08T19:02:07.250Z","repository":{"id":113758296,"uuid":"492900454","full_name":"netascode/terraform-iosxe-evpn-example","owner":"netascode","description":"Building a Cisco Catalyst 9000 EVPN Fabric using Terraform","archived":false,"fork":false,"pushed_at":"2023-07-14T14:22:09.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-30T15:13:38.867Z","etag":null,"topics":["catalyst","cisco","evpn","iac","ios-xe","iosxe","overlay","terraform","underlay"],"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-16T15:45:19.000Z","updated_at":"2025-03-22T16:07:33.000Z","dependencies_parsed_at":"2024-11-14T19:45:03.512Z","dependency_job_id":null,"html_url":"https://github.com/netascode/terraform-iosxe-evpn-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netascode/terraform-iosxe-evpn-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-iosxe-evpn-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-iosxe-evpn-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-iosxe-evpn-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-iosxe-evpn-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netascode","download_url":"https://codeload.github.com/netascode/terraform-iosxe-evpn-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netascode%2Fterraform-iosxe-evpn-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34075984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["catalyst","cisco","evpn","iac","ios-xe","iosxe","overlay","terraform","underlay"],"created_at":"2024-11-14T19:34:40.198Z","updated_at":"2026-06-08T19:02:07.211Z","avatar_url":"https://github.com/netascode.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cisco Catalyst 9000 EVPN Terraform Example\n\nThis example demonstrates how the [IOS-XE Terraform Provider](https://registry.terraform.io/providers/netascode/iosxe/latest/docs) can be used to build a Catalyst 9000 EVPN Fabric. It currently supports underlay and overlay configuration, but no access interfaces.\n\nIt uses the following Terrafrom Modules:\n\n- [EVPN OSPF Underlay Module](https://registry.terraform.io/modules/netascode/evpn-ospf-underlay/iosxe/latest)\n- [EVPN Overlay Module](https://registry.terraform.io/modules/netascode/evpn-overlay/iosxe/latest)\n\nThe configuration is derived from a set of yaml files in the `data` [directory](https://github.com/netascode/terraform-iosxe-evpn-example/tree/main/data).\n\nTo point this to your own Cat9k 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 IOSXE_USERNAME=admin\nexport IOSXE_PASSWORD=Cisco123\n```\n\nOr by updating the provider configuration in `main.tf`:\n\n```terraform\nprovider \"iosxe\" {\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-iosxe-evpn-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetascode%2Fterraform-iosxe-evpn-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetascode%2Fterraform-iosxe-evpn-example/lists"}