From 75ebca0113de4a613e9b5859225540a86c8d3864 Mon Sep 17 00:00:00 2001 From: kekskurse Date: Thu, 13 Mar 2025 00:08:55 +0100 Subject: [PATCH] chore: terraform --- .woodpecker/deplyoment.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/deplyoment.yaml b/.woodpecker/deplyoment.yaml index ee4dc3d..5d7d306 100644 --- a/.woodpecker/deplyoment.yaml +++ b/.woodpecker/deplyoment.yaml @@ -9,13 +9,13 @@ depends_on: steps: - name: terraform image: hashicorp/terraform:latest - commands: - - mkdir -p ~/.aws/ - - echo $${AWS_CONFIG} > ~/.aws/credentials - - cat ~/.aws/credentials - - cd resources/infra - - terraform init - - terraform plan environment: 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