From 2ce48d866f0b8a0c1f938e7e5ef6b5e70c123914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 25 Apr 2022 22:31:15 +0200 Subject: [PATCH] add terraform init to ci --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index f3211c1..6d737c0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,11 @@ environment: from_secret: "ARTIFACTORY_URL" steps: +- name: Initialite Terraform resources + image: hashicorp/terraform + commands: + - terraform init + - name: Validate Terraform configuration image: hashicorp/terraform commands: