Files
terraform-artifactapi/.woodpecker/apply.yaml
T
unkinben 32515c72ca feat: initial commit
- add modules
- add config
- add environments
- add .gitignore
- add makefile

Wire up config.hcl, variables, and terragrunt inputs for all new types.
2026-06-28 18:25:04 +10:00

24 lines
490 B
YAML

when:
- event: push
branch: main
steps:
- name: apply
image: git.unkin.net/unkin/almalinux9-opentofu:20260606
environment:
VAULT_AUTH_METHOD: kubernetes
commands:
- dnf install vault -y
- make plan
- make apply
backend_options:
kubernetes:
serviceAccountName: terraform-artifactapi
resources:
requests:
memory: 512Mi
cpu: 1
limits:
memory: 2Gi
cpu: 2