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

This commit is contained in:
2022-07-17 02:21:00 +02:00
parent afc1ebf04d
commit 7d6bcbe742

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: d6d804b969ccdaebcbfa8e0a1917989763915bea57b0e68cf5be1aabe37d17cf hmac: 6568551142d52c579f103c5b82eb76b8dcdcbe7cc39ab467ce42b295d1865d2c
... ...