ci: fetch terraform from artifactapi instead of dnf install #41

Closed
unkin-agent wants to merge 1 commits from benvin/vault-via-artifactapi into master

1 Commits

Author SHA1 Message Date
unkin-agent 0105cd5573 ci: fetch terraform from artifactapi instead of dnf install
Build / build (pull_request) Failing after 13m48s
dnf install reads metadata for every enabled repo and downloads the
vendored terraform RPM on every pipeline run. Fetch the pinned upstream
zip from the artifactapi hashicorp-releases remote instead, matching the
vault pattern in terraform-vault and terraform-artifactapi.

- Replace dnf install terraform with a pinned curl of the terraform
  1.15.0 zip (same version as the vendored RPM) from the artifactapi
  hashicorp-releases remote, extracted to /usr/local/bin.
2026-08-23 22:39:20 +10:00