{"id":20593738,"url":"https://github.com/robertcsapo/terraform-provider-ciscoevpn","last_synced_at":"2025-04-14T23:01:34.794Z","repository":{"id":64307447,"uuid":"492895944","full_name":"robertcsapo/terraform-provider-ciscoevpn","owner":"robertcsapo","description":"Cisco BGP EVPN for IOS-XE","archived":false,"fork":false,"pushed_at":"2022-09-01T08:43:47.000Z","size":63,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T11:04:36.279Z","etag":null,"topics":["bgp-evpn","cisco","evpn","evpn-vxlan","ios-xe","terraform-provider","vxlan"],"latest_commit_sha":null,"homepage":"https://registry.terraform.io/providers/robertcsapo/ciscoevpn/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robertcsapo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-16T15:32:47.000Z","updated_at":"2024-05-21T15:37:32.000Z","dependencies_parsed_at":"2023-01-15T11:00:40.218Z","dependency_job_id":null,"html_url":"https://github.com/robertcsapo/terraform-provider-ciscoevpn","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcsapo%2Fterraform-provider-ciscoevpn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcsapo%2Fterraform-provider-ciscoevpn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcsapo%2Fterraform-provider-ciscoevpn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertcsapo%2Fterraform-provider-ciscoevpn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertcsapo","download_url":"https://codeload.github.com/robertcsapo/terraform-provider-ciscoevpn/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975316,"owners_count":21192208,"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":["bgp-evpn","cisco","evpn","evpn-vxlan","ios-xe","terraform-provider","vxlan"],"created_at":"2024-11-16T07:49:35.930Z","updated_at":"2025-04-14T23:01:34.749Z","avatar_url":"https://github.com/robertcsapo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform Provider Cisco EVPN\nTech Preview (Early field trial)\n\nterraform-provider-ciscoevpn is a Terraform Provider for Cisco Catalyst 9000 Switches.\n\n## Requirements for Development\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 1.0\n- [Go](https://golang.org/doc/install) \u003e= 1.18\n\n## Using the provider\n\nUse ```terraform init``` to download the plugin from Terrafrom Registry.\n\nConfigure the provider to connect towards your Cisco Catalyst 9000 Switches\n```\nterraform {\n  required_providers {\n    ciscoevpn = {\n      source = \"robertcsapo/ciscoevpn\"\n      version = \"1.0.1\"\n    }\n  }\n}\n\nprovider \"ciscoevpn\" {\n  username = var.username\n  password = var.password\n  insecure = var.insecure\n  timeout  = var.timeout\n  debug = false\n  roles {\n    spines {\n      iosxe = var.iosxe_spines\n    }\n    borders {\n      iosxe = var.iosxe_borders\n    }\n    leafs {\n      iosxe = var.iosxe_leafs\n    }\n  }\n}\n```\n\nExamples can be found in [examples/](./examples/).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcsapo%2Fterraform-provider-ciscoevpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertcsapo%2Fterraform-provider-ciscoevpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertcsapo%2Fterraform-provider-ciscoevpn/lists"}