ci: fix terraform apply step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-27 15:58:53 +02:00
parent 216138a423
commit 3d84db1f88

View File

@@ -55,7 +55,7 @@ steps:
- push - push
image: hashicorp/terraform:1.1.8 image: hashicorp/terraform:1.1.8
commands: commands:
- terraform apply -var-file ci.tfvars .tfplan - terraform apply .tfplan
environment: environment:
AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID:
from_secret: terraform-aws-key-id from_secret: terraform-aws-key-id
@@ -92,6 +92,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: c79a45ff158cd06564765a09933921a2fd9856f6c2063716d45225fc1c45c100 hmac: 1a1e96092143802284d04077f335273f767aeeb7122438b1538e170da4d35da5
... ...