.woodpecker.yml

simplified from:
https://woodpecker.treehouse.systems/treehouse/terraform/build/42/config
This commit is contained in:
kiara 2022-08-13 20:24:45 +00:00
parent bb1167afbe
commit 07305f13c0
1 changed files with 13 additions and 0 deletions

13
.woodpecker.yml Normal file
View File

@ -0,0 +1,13 @@
pipeline:
validate:
image: alpine:3.16
# when:
# event: pull_request
commands:
- apk add --no-cache terraform
- terraform version
- terraform init
- terraform validate
- terraform plan -var ""
secrets: []