diff --git a/infra/Makefile b/infra/Makefile index 8e7b4b47..08704387 100644 --- a/infra/Makefile +++ b/infra/Makefile @@ -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