benvin db4c5ad4fc
ci/woodpecker/pr/plan Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline was successful
ci: fetch vault from artifactapi instead of dnf install
CI installed vault by shelling out to `dnf install vault -y`, which reads
metadata for every enabled repo (appstream/baseos/crb/epel/ha) and downloads
the 169MB vendored vault RPM from the unkin repo on every pipeline run
(~39s per plan/apply job).

- Replace the dnf install with a pinned curl of the upstream vault zip from
  the artifactapi hashicorp-releases remote proxy, extracted with python3 to
  /usr/local/bin/vault.
- Pin the version via a VAULT_VERSION env var (1.20.0).
2026-07-25 00:27:20 +10:00
2026-07-24 23:20:49 +10:00
2026-06-10 23:45:41 +10:00
2026-06-11 23:26:29 +10:00
2026-06-10 23:39:27 +10:00

terraform-git

Manage Gitea resources, teams, repos, and Woodpecker CI via Terraform

S
Description
Manage Gitea resources, teams, repos, and Woodpecker CI via Terraform
Readme 488 KiB
Languages
HCL 94.7%
Makefile 5.3%