From 4ed65b3cfb85a1cb45e7eef92d30291e56fa956b Mon Sep 17 00:00:00 2001 From: Somraj Saha <31373860+Jarmos-san@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:16:35 +0530 Subject: [PATCH] chore: add a Vercel API token to the Terraform command --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index ea3cfaf..8de6301 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -169,7 +169,7 @@ tasks: sources: - "*.tf" cmds: - - terraform plan --out=tfplan + - terraform plan --var "vercel_api_token=${VERCEL_API_TOKEN}" --out=tfplan - terraform apply tfplan deploy: