Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.38 KB

File metadata and controls

47 lines (38 loc) · 2.38 KB

Terraform SemaphoreUI Provider

The SemaphoreUI Provider enables Terraform to manage SemaphoreUI resources.

Status: AI-supported, not actively maintained. This provider was developed for an internal use case and is now maintained on a best-effort basis with AI assistance. Dependabot keeps dependencies and security advisories up to date automatically (patch and minor bumps auto-merge; majors require manual review). Feature work, bug fixes, and other changes happen on a best-effort basis. Pull requests and issues are welcome — they may take time to be reviewed. See CONTRIBUTING.md for the contribution workflow.

The SemaphoreUI Provider enables Terraform to manage SemaphoreUI resources — projects, environments, inventories, keys, repositories, schedules, templates, users, and views.

Releases are managed automatically by release-please based on Conventional Commit messages. The CHANGELOG.md follows the Keep a Changelog spec.

Requirements

A reachable installation of SemaphoreUI and an API token. See the provider docs for the available configuration options.

The provider is tested against the three most recent SemaphoreUI minor lines — currently v2.16.x, v2.17.x, and v2.18.x. See the Tests workflow for the exact pinned versions.

SemaphoreUI API client

The SemaphoreUI API client (semaphoreui/client/, semaphoreui/models/) is generated from the local api-docs.yml via go-swagger. The local spec is a patched copy of the upstream semaphoreui/semaphore spec — small nullability tweaks are re-applied on top of each upstream import so the generated client matches the actual API behavior. See CONTRIBUTING.md for the regeneration workflow.