{"id":20074222,"url":"https://github.com/juniper/terraform-provider-apstra","last_synced_at":"2026-04-01T18:06:21.717Z","repository":{"id":151648343,"uuid":"617122588","full_name":"Juniper/terraform-provider-apstra","owner":"Juniper","description":"Apstra Terraform Provider","archived":false,"fork":false,"pushed_at":"2026-03-13T22:03:09.000Z","size":6672,"stargazers_count":23,"open_issues_count":101,"forks_count":5,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-03-14T10:43:59.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Juniper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"contributing/style_guide.md","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-21T18:39:03.000Z","updated_at":"2026-03-13T20:05:24.000Z","dependencies_parsed_at":"2026-01-26T13:02:17.863Z","dependency_job_id":null,"html_url":"https://github.com/Juniper/terraform-provider-apstra","commit_stats":null,"previous_names":[],"tags_count":142,"template":false,"template_full_name":null,"purl":"pkg:github/Juniper/terraform-provider-apstra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-apstra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-apstra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-apstra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-apstra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Juniper","download_url":"https://codeload.github.com/Juniper/terraform-provider-apstra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Juniper%2Fterraform-provider-apstra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-13T14:49:57.066Z","updated_at":"2026-04-01T18:06:21.674Z","avatar_url":"https://github.com/Juniper.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n\n# terraform-provider-apstra\n\nThis is a [Terraform](https://www.terraform.io)\n[provider](https://developer.hashicorp.com/terraform/language/providers?page=providers)\nfor Juniper Apstra. It relies on a Go client library at https://github.com/Juniper/apstra-go-sdk\n\n## Getting Started\n\n### Install Terraform\n\nInstructions for popular operating systems can be found [here](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli).\n\n### Create a Terraform configuration\n\nThe terraform configuration must:\n- be named with a `.tf` file extension.\n- reference this provider by its global address.\n  *registry.terraform.io/Juniper/apstra* or just: *Juniper/apstra*.\n- include a provider configuration block which tells the provider where to\nfind the Apstra service.\n\n```hcl\n    terraform {\n      required_providers {\n        apstra = {\n          source = \"Juniper/apstra\"\n        }\n      }\n    }\n    \n    provider \"apstra\" {\n      url = \"\u003capstra-server-url\u003e\"\n    }\n```\n\n### Terraform Init\n\nRun the following at a command prompt while in the same directory as the\nconfiguration file to fetch the Apstra provider plugin.\n```console\nterraform init\n```\n\n### Apstra credentials can be supplied through environment variables:\n```console\nexport APSTRA_USER=\u003cusername\u003e\nexport APSTRA_PASS=\u003cpassword\u003e\n```\n\nAlternatively, credentials can be embedded in the URL using HTTP basic\nauthentication format (we don't actually *do* basic authentication, but the\nformat is: ``https://user:pass@host``). Any special characters in the username\nand password must be URL-encoded when using this approach.\n\n### Start configuring resources\n\nFull documentation for provider, resources and data sources can be found\n[here](https://registry.terraform.io/providers/Juniper/apstra/latest/docs).\n\nSee the [open issues](https://github.com/Juniper/terraform-provider-apstra/issues) for a full list of proposed features (and known issues).\n\n## Public Roadmap\n\nView the [Roadmap](https://github.com/orgs/Juniper/projects/5/views/2) if you would like to see what is next on our plate.\n\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n1. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n1. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n1. Push to the Branch (`git push origin feature/AmazingFeature`)\n1. Open a Pull Request\n\n\n            \n            \n            \n\n[contributors-shield]: https://img.shields.io/github/contributors/Juniper/terraform-provider-apstra?style=for-the-badge\n[contributors-url]: https://github.com/Juniper/terraform-provider-apstra/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/Juniper/terraform-provider-apstra.svg?style=for-the-badge\n[forks-url]: https://github.com/Juniper/terraform-provider-apstra/network/members\n[stars-shield]: https://img.shields.io/github/stars/Juniper/terraform-provider-apstra.svg?style=for-the-badge\n[stars-url]: https://github.com/Juniper/terraform-provider-apstra/stargazers\n[issues-shield]: https://img.shields.io/github/issues/Juniper/terraform-provider-apstra.svg?style=for-the-badge\n[issues-url]: https://github.com/Juniper/terraform-provider-apstra/issues","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniper%2Fterraform-provider-apstra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuniper%2Fterraform-provider-apstra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuniper%2Fterraform-provider-apstra/lists"}