Skip to content

Commit

Permalink
chore: add a Vercel API token to the Terraform command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Mar 4, 2024
1 parent 7e23465 commit 4ed65b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4ed65b3

Please sign in to comment.