From 9e9f2cd592ece9c1dffb6c9a7b4827a5bbcdc6ca Mon Sep 17 00:00:00 2001 From: Victor Barba Martin Date: Wed, 17 Nov 2021 15:23:13 +0100 Subject: [PATCH] adds terraform to pipeline --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2faa893..d5502c4 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -41,7 +41,7 @@ pipelines: - "*.tar" - step: name: Deploy terraform - image: hashicorp/terraform:full + image: hashicorp/terraform:latest script: - cd terraform/ - terraform init