infracost / vscode-infracost

See cost estimates for Terraform right in your editor💰📉

Home Page:https://www.infracost.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support users being able to configure Terraform input variables through the editor

hugorut opened this issue · comments

Infracost VSCode has a naive way of offering users the ability to configure Terraform input variables. If terraform var files with the names terraform.tfvars or *.auto.tfvars are found, these are used as input files. We should investigate how we can improve this experience for users. Initial thoughts are:

  1. We could allow users to specify names of input var files
  2. Offer the ability to pass in variables for the top-level variables, perhaps through a form.

Note for community
Please 👍 if you'd like to upvote this or receive updates.
Add a comment if you'd like to contribute.