chore: 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:45:38 +01:00
parent 25d1925abb
commit f8032c97cb

View file

@ -10,7 +10,7 @@ steps:
- name: terraform - name: terraform
image: hashicorp/terraform:latest image: hashicorp/terraform:latest
commands: commands:
- mkdir -p ~/.aws/credentials - mkdir -p ~/.aws/
- echo $AWS_CONFIG > ~/.aws/credentials - echo $AWS_CONFIG > ~/.aws/credentials
- cd resources/infra - cd resources/infra
- terraform init - terraform init