vscode-infracost
vscode-infracost copied to clipboard
See cost estimates for Terraform right in your editor💰📉
Hello, I'm working with multiple workspaces (with either s3, local or tf cloud backends). Now I've enabled infracost extension and in vscode I'm getting an error (in the vscode editor):...
When loading a large workspace (260+ `.tf` files) in order to estimate a subset of it, `breakdown` fails with `stdout maxBuffer length exceeded`. Ideally, I could breakdown just the `main.tf`...
Resources that solely use usage costs will have a `0.00` cost shown. We should alter the extension to allow users to supply a usage file, or parse it from a...
Hello, I am seeing the following issue ```bash Could not run the infracost cmd in the /Users/ddulic/Work/work-project-name directory. This is likely because of a syntax error or invalid project. See...
Infracost VSCode extension relies on the Infracost CLI to parse and fetch cost estimates. However, the CLI is yet to support private Terraform modules. See this issue https://github.com/infracost/infracost/issues/1667 for more...
Hello ### Context I'm in a company that filters the internet flow behind a web proxy When I want to make the following order `infracost register` I have an error...
Consider the following VSCode workspace: ``` prod/ # terraform project dev/ # terraform project ``` If a user adds a further project to this workspace, e.g. `stag`, then the Infracost...
If users start a new Terraform project in VSCode the Infracost extension fails to activate because there are no `.tf` files in the project. A workaround for this is to...
I installed the extension this evening, on VS Code 1.68.1. At first I didn't think it was working. I have a Workspace in VS Code with over a dozen Terraform...
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...