Fix infra makefile

This commit is contained in:
Khue Doan 2021-04-24 13:40:16 +07:00
parent 3a8dcde9aa
commit 74d5a08a3b

View File

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