ci: fix drift detection
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -34,7 +34,7 @@ steps:
|
||||
- name: terraform plan
|
||||
image: hashicorp/terraform:1.1.8
|
||||
commands:
|
||||
- terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "--detailed-exit-code") -var-file ci.tfvars -out .tfplan
|
||||
- terraform plan $([[ $${DRONE_BUILD_EVENT} = cron ]] && echo "-detailed-exit-code") -var-file ci.tfvars -out .tfplan
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
from_secret: terraform-aws-key-id
|
||||
@@ -85,6 +85,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: ff1e95a59f3262127be0c7f607c126b866483cce98e9ca4e76f680bbb89b4771
|
||||
hmac: ddf7e26cf5f4d37f1673dcd4260d0c6b98ad5c3c89c277e0cdfe5f96b69c75cc
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user