{"id":31028466,"url":"https://github.com/semaphoreui/terraform-provider-semaphore","last_synced_at":"2026-06-03T19:31:32.759Z","repository":{"id":314397621,"uuid":"1051840682","full_name":"semaphoreui/terraform-provider-semaphore","owner":"semaphoreui","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-02T13:17:38.000Z","size":836,"stargazers_count":9,"open_issues_count":8,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-02T15:06:09.756Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/semaphoreui.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-06T20:40:46.000Z","updated_at":"2026-06-02T13:17:11.000Z","dependencies_parsed_at":"2025-09-12T08:39:51.111Z","dependency_job_id":"bed68887-1ff5-4d47-9373-a8c48c4f71e4","html_url":"https://github.com/semaphoreui/terraform-provider-semaphore","commit_stats":null,"previous_names":["semaphoreui/terraform-provider-semaphore"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/semaphoreui/terraform-provider-semaphore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semaphoreui%2Fterraform-provider-semaphore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semaphoreui%2Fterraform-provider-semaphore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semaphoreui%2Fterraform-provider-semaphore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semaphoreui%2Fterraform-provider-semaphore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semaphoreui","download_url":"https://codeload.github.com/semaphoreui/terraform-provider-semaphore/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semaphoreui%2Fterraform-provider-semaphore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33876893,"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-03T02:00:06.370Z","response_time":59,"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":[],"created_at":"2025-09-13T20:59:46.054Z","updated_at":"2026-06-03T19:31:32.751Z","avatar_url":"https://github.com/semaphoreui.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraform SemaphoreUI Provider\n\nThe [SemaphoreUI Provider](https://registry.terraform.io/providers/semaphoreui/semaphore/latest/docs) enables [Terraform](https://terraform.io) to manage [SemaphoreUI](https://semaphoreui.com/) resources.\n\n\u003e **Status: AI-supported, not actively maintained.** This provider was\n\u003e developed for an internal use case and is now maintained on a\n\u003e best-effort basis with AI assistance. Dependabot keeps dependencies\n\u003e and security advisories up to date automatically (patch and minor\n\u003e bumps auto-merge; majors require manual review). Feature work, bug\n\u003e fixes, and other changes happen on a best-effort basis. **Pull\n\u003e requests and issues are welcome** — they may take time to be\n\u003e reviewed. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for the\n\u003e contribution workflow.\n\nThe [SemaphoreUI Provider](https://registry.terraform.io/providers/semaphoreui/semaphore/latest/docs)\nenables [Terraform](https://terraform.io) to manage\n[SemaphoreUI](https://semaphoreui.com/) resources — projects,\nenvironments, inventories, keys, repositories, schedules, templates,\nusers, and views.\n\nReleases are managed automatically by [release-please](https://github.com/googleapis/release-please)\nbased on Conventional Commit messages. The [`CHANGELOG.md`](CHANGELOG.md)\nfollows the [Keep a Changelog](https://keepachangelog.com/) spec.\n\n## Requirements\n\nA reachable installation of [SemaphoreUI](https://semaphoreui.com/) and\nan API token. See the\n[provider docs](https://registry.terraform.io/providers/semaphoreui/semaphore/latest/docs)\nfor the available configuration options.\n\nThe provider is tested against the **three most recent SemaphoreUI minor\nlines** — currently `v2.16.x`, `v2.17.x`, and `v2.18.x`. See the\n[`Tests` workflow](https://github.com/CruGlobal/terraform-provider-semaphoreui/blob/main/.github/workflows/test.yml)\nfor the exact pinned versions.\n\n## SemaphoreUI API client\n\nThe SemaphoreUI API client (`semaphoreui/client/`, `semaphoreui/models/`)\nis generated from the local\n[`api-docs.yml`](api-docs.yml) via\n[go-swagger](https://goswagger.io/go-swagger/). The local spec is a\npatched copy of the upstream\n[semaphoreui/semaphore](https://github.com/semaphoreui/semaphore/blob/develop/api-docs.yml)\nspec — small nullability tweaks are re-applied on top of each upstream\nimport so the generated client matches the actual API behavior. See\n[`CONTRIBUTING.md`](CONTRIBUTING.md) for the regeneration workflow.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemaphoreui%2Fterraform-provider-semaphore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemaphoreui%2Fterraform-provider-semaphore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemaphoreui%2Fterraform-provider-semaphore/lists"}