unkinben 36568ca53e
ci/woodpecker/pr/plan Pipeline failed
ci/woodpecker/pr/pre-commit Pipeline failed
Add local_generic rootfs-images repository
Declares a local generic (raw-file) repo for bootapi's node rootfs tarballs and
wires the local_generic kind through the module. Depends on
terraform-provider-artifactapi #12 releasing v0.1.4 (adds artifactapi_local_generic);
the provider version pin is bumped to 0.1.4, so plan/validate stay red until that
release is available.

- config/local_generic/rootfs-images.yaml (new repo).
- local_generic wiring: config.hcl, module variables.tf + main.tf, env
  terragrunt.hcl inputs; provider pin 0.1.3 -> 0.1.4.

Claude-Session: https://claude.ai/code/session_015ur3i7D2azsMAWTSVABApv
2026-07-29 21:51:10 +10:00
2026-07-03 21:29:02 +10:00
2026-07-03 21:29:02 +10:00
2026-07-05 17:16:17 +10:00

terraform-artifactapi

Terraform configuration for managing ArtifactAPI remote, local, and virtual repositories.

Repositories are declared as YAML files under config/<kind>/<name>.yaml, where the filename is the repository name. make plan / make apply (via Terragrunt) reconcile them against the ArtifactAPI instance.

Kinds: remote_* (caching proxies of an upstream), local_* (real registries hosted directly — local_docker, local_pypi, local_rpm, local_terraform), and virtual (merged views over members of one package type).

S
Description
Terraform configuration for managing ArtifactAPI remote and virtual repositories
Readme 185 KiB
Languages
HCL 91.7%
Makefile 8.3%