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:
@@ -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-exitcode") -out .tfplan
|
||||
environment:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
from_secret: terraform-aws-key-id
|
||||
@@ -81,6 +81,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: b40e6e9bc52af867070f6276751777118ef0eb5027fa169be5a38c77518ebb0c
|
||||
hmac: 431052d1fbb96d0752009696c855c4611f87c5474f5574d03611164511c94688
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user