diff --git a/.drone.yml b/.drone.yml index 599bf2d..a3867c9 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-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 ...