From 5e9e9f74101ec68bb5c4fc3e152613ca4ff7840a Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 15:20:55 +0100 Subject: [PATCH] adds terraform to pipeline --- bitbucket-pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 41a19b2..2faa893 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -39,13 +39,13 @@ pipelines: - docker artifacts: - "*.tar" - - step: - name: Deploy terraform - image: hashicorp/terraform:full - script: - - cd terraform/ - - terraform init - - terraform plan + - step: + name: Deploy terraform + image: hashicorp/terraform:full + script: + - cd terraform/ + - terraform init + - terraform plan - step: name: Push images image: google/cloud-sdk:alpine