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,6 +9,9 @@ depends_on:
steps:
- name: terraform
image: hashicorp/terraform:latest
environment:
AWS_CONFIG:
from_secret: aws_config
commands:
- mkdir -p ~/.aws/
- echo $${AWS_CONFIG} > ~/.aws/credentials
@ -16,6 +19,3 @@ steps:
- cd resources/infra
- terraform init
- terraform plan
environment:
AWS_CONFIG:
from_secret: aws_config