ci: fix AWS region environment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-27 17:00:15 +02:00
parent 65ab6a1512
commit e6672db1cf

View File

@@ -6,6 +6,7 @@ name: Terraform root module
environment:
TF_IN_AUTOMATION: "1"
GIT_SSH_COMMAND: "ssh -o StrictHostKeyChecking=no -i $${PWD}/id_rsa"
AWS_REGION: eu-central-1
trigger:
ref:
@@ -80,6 +81,6 @@ steps:
---
kind: signature
hmac: 368164860598a6980892222216f3b14f9effbe392f5b13616df251115ae82719
hmac: ae5fcae4908aa7ad88f3e2c16a7a1c7b2b9a57b796a8870dfd029c209e618954
...