You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
We could allow users to specify names of input var files
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.
The text was updated successfully, but these errors were encountered:
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:Note for community
Please 👍 if you'd like to upvote this or receive updates.
Add a comment if you'd like to contribute.
The text was updated successfully, but these errors were encountered: