Commit Graph

2 Commits

Author SHA1 Message Date
unkinben 7657b89201 feat: add zip packaging target and woodpecker release pipeline
- Makefile gains `make package` target that builds and zips the provider
  binary in the format expected by artifactapi's local terraform registry:
  terraform-provider-artifactapi_{version}_{os}_{arch}.zip
- New .woodpecker/release.yml pipeline triggers on tag push, builds the
  zip, and uploads it to artifactapi via the local files API
- Secrets: artifactapi_url and artifactapi_repo
2026-06-22 23:33:22 +10:00
unkinben 7c94f06be6 docs: add README, per-resource examples, unit tests, CI, and pre-commit
- Add README.md with provider docs, resource/data-source reference, and
  development instructions
- Reorganize examples into per-resource-type subdirectories following
  Terraform provider conventions, add missing pypi/npm/puppet examples
- Add unit tests for helpers, HTTP client, model conversions, and
  provider registration
- Add Woodpecker CI pipelines for lint, test, and build
- Add pre-commit config with standard and Go-specific hooks
2026-06-07 18:55:48 +10:00