chore: fix terraform
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/deplyoment Pipeline failed
ci/woodpecker/push/release Pipeline failed

This commit is contained in:
kekskurse 2025-03-12 23:31:42 +01:00
parent 8795bced62
commit 18264b07a3

View file

@ -10,5 +10,6 @@ steps:
- name: terraform - name: terraform
image: hashicorp/terraform:latest image: hashicorp/terraform:latest
commands: commands:
- cd resources/infra
- terraform init - terraform init
- terraform plan - terraform plan