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

This commit is contained in:
2022-05-26 13:32:55 +02:00
parent 88f695b304
commit d2a9ecfb8b

View File

@@ -54,10 +54,19 @@ steps:
- push
image: hashicorp/terraform:1.1.8
commands:
- terraform show -plan .tfplan
# - terraform apply -plan .tfplan -auto-approve
- terraform apply .tfplan
environment:
AWS_ACCESS_KEY_ID:
from_secret: terraform-aws-key-id
AWS_SECRET_ACCESS_KEY:
from_secret: terraform-aws-secret-access-key
GITEA_TOKEN:
from_secret: gitea-token
KUBE_TOKEN:
from_secret: lawndale-k8s-ci-token
---
kind: signature
hmac: 89d5bf1708b13e28a7d08cb72e8cf00aacf990b3a45a5d4ab9691a6e07a8fb3b
hmac: 6950738d3bbe37bb7d5201b9fd7a086ee09a2206a433f19d01c2570cc5718b61
...