Source secrets from metal layer from infra

This commit is contained in:
Khue Doan 2021-03-21 18:22:13 +07:00
parent d80e6442f4
commit 7e22d2455f

View File

@ -6,7 +6,9 @@ init:
terraform init
plan:
terraform plan
source ../metal/secrets/env \
&& terraform plan
apply:
terraform apply
source ../metal/secrets/env \
&& terraform apply