ci(apply): fix missing AWS credentials
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-27 17:45:28 +02:00
parent 7b993fb82e
commit 4d8fc647c4

View File

@@ -56,6 +56,11 @@ steps:
image: hashicorp/terraform:1.1.8 image: hashicorp/terraform:1.1.8
commands: commands:
- terraform apply .tfplan - 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
--- ---
kind: pipeline kind: pipeline
type: kubernetes type: kubernetes
@@ -80,6 +85,6 @@ steps:
--- ---
kind: signature kind: signature
hmac: 3fc2a7491b8914bbb9225195340bc9cf7ead5c3e7e25a847923c6ad78be405a2 hmac: ff1e95a59f3262127be0c7f607c126b866483cce98e9ca4e76f680bbb89b4771
... ...