From bc36a09477e19e1f3d02cbdccf5db6c40a2cd624 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Mon, 19 Apr 2021 01:54:11 +0700 Subject: [PATCH] Fix incorrect init path --- infra/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/Makefile b/infra/Makefile index a1e3d6ee..f9724159 100644 --- a/infra/Makefile +++ b/infra/Makefile @@ -3,7 +3,8 @@ default: init apply init: - terraform init + cd platform \ + && terraform init plan: source ../metal/secrets/env \