ci: fix drift detection
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-17 02:22:23 +02:00
parent b14864338d
commit c1d7b5384f

View File

@@ -31,7 +31,7 @@ steps:
- name: terraform plan - name: terraform plan
image: hashicorp/terraform:1.1.8 image: hashicorp/terraform:1.1.8
commands: commands:
- terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exit-code") -out .tfplan - terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exitcode") -out .tfplan
environment: environment:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: terraform-aws-key-id from_secret: terraform-aws-key-id
@@ -81,6 +81,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: b40e6e9bc52af867070f6276751777118ef0eb5027fa169be5a38c77518ebb0c hmac: 431052d1fbb96d0752009696c855c4611f87c5474f5574d03611164511c94688
... ...