This commit is contained in:
Josh 2026-01-09 00:22:05 +02:00
commit 52843aa9e7
13 changed files with 920 additions and 0 deletions

11
.woodpecker.yml Normal file
View file

@ -0,0 +1,11 @@
when:
branch: main
event: push
steps:
- name: validate
image: hashicorp/terraform:1.10
commands:
- terraform init -backend=false
- terraform validate
- terraform fmt -check