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-13 00:08:55 +01:00
parent e0708f1c5e
commit 75ebca0113

View file

@ -9,13 +9,13 @@ depends_on:
steps: steps:
- name: terraform - name: terraform
image: hashicorp/terraform:latest image: hashicorp/terraform:latest
commands:
- mkdir -p ~/.aws/
- echo $${AWS_CONFIG} > ~/.aws/credentials
- cat ~/.aws/credentials
- cd resources/infra
- terraform init
- terraform plan
environment: environment:
AWS_CONFIG: AWS_CONFIG:
from_secret: aws_config from_secret: aws_config
commands:
- mkdir -p ~/.aws/
- echo $${AWS_CONFIG} > ~/.aws/credentials
- cat ~/.aws/credentials
- cd resources/infra
- terraform init
- terraform plan