adds terraform to pipeline

This commit is contained in:
Victor Barba Martin 2021-11-17 15:23:13 +01:00
parent 5e9e9f7410
commit 9e9f2cd592
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ pipelines:
- "*.tar" - "*.tar"
- step: - step:
name: Deploy terraform name: Deploy terraform
image: hashicorp/terraform:full image: hashicorp/terraform:latest
script: script:
- cd terraform/ - cd terraform/
- terraform init - terraform init