diff --git a/.drone.yml b/.drone.yml index 16b8d51..133aaca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -55,7 +55,7 @@ steps: - push image: hashicorp/terraform:1.1.8 commands: - - terraform apply -var-file ci.tfvars .tfplan + - terraform apply .tfplan environment: AWS_ACCESS_KEY_ID: from_secret: terraform-aws-key-id @@ -92,6 +92,6 @@ steps: --- kind: signature -hmac: c79a45ff158cd06564765a09933921a2fd9856f6c2063716d45225fc1c45c100 +hmac: 1a1e96092143802284d04077f335273f767aeeb7122438b1538e170da4d35da5 ...