From 5806753f3af54e9171bc663c6986df64858a62cf Mon Sep 17 00:00:00 2001 From: Tamas Kiss Date: Tue, 14 Jun 2022 00:03:47 +0200 Subject: [PATCH] ci: fix drift detection --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 003fd66..07c5798 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: - name: terraform plan image: hashicorp/terraform:1.1.8 commands: - - terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "--detailed-exit-code") -out .tfplan + - terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exit-code") -out .tfplan environment: AWS_ACCESS_KEY_ID: from_secret: terraform-aws-key-id @@ -81,6 +81,6 @@ steps: --- kind: signature -hmac: 2b6d66089b147fc4b757d1b89d23517d2a80b4f4e065a7ed311f3745af59a1a9 +hmac: d6d804b969ccdaebcbfa8e0a1917989763915bea57b0e68cf5be1aabe37d17cf ...