From 3d84db1f88127e9d8ca4c50238166ab168c5e7f4 Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Fri, 27 May 2022 15:58:53 +0200 Subject: [PATCH] ci: fix terraform apply step --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 16b8d51..133aaca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - push image: hashicorp/terraform:1.1.8 commands: - - terraform apply -var-file ci.tfvars .tfplan + - terraform apply .tfplan environment: AWS_ACCESS_KEY_ID: from_secret: terraform-aws-key-id @@ -92,6 +92,6 @@ steps: --- kind: signature -hmac: c79a45ff158cd06564765a09933921a2fd9856f6c2063716d45225fc1c45c100 +hmac: 1a1e96092143802284d04077f335273f767aeeb7122438b1538e170da4d35da5 ...