chore: terraform aws cred
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:41:59 +01:00
parent 6465553c73
commit 25d1925abb

View file

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