diff --git a/infra/Makefile b/infra/Makefile index f9724159..8af1eb61 100644 --- a/infra/Makefile +++ b/infra/Makefile @@ -7,11 +7,9 @@ init: && terraform init plan: - source ../metal/secrets/env \ - && cd platform \ + platform \ && terraform plan apply: - source ../metal/secrets/env \ - && cd platform \ + cd platform \ && terraform apply