ci(apply): fix missing AWS credentials
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -56,6 +56,11 @@ steps:
|
||||
image: hashicorp/terraform:1.1.8
|
||||
commands:
|
||||
- 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
|
||||
type: kubernetes
|
||||
@@ -80,6 +85,6 @@ steps:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 3fc2a7491b8914bbb9225195340bc9cf7ead5c3e7e25a847923c6ad78be405a2
|
||||
hmac: ff1e95a59f3262127be0c7f607c126b866483cce98e9ca4e76f680bbb89b4771
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user