adds terraform to pipeline
This commit is contained in:
parent
5e9e9f7410
commit
9e9f2cd592
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue