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

Project missing in Projects Overview when using same path as next project

stefan-cukl opened this issue · comments

Having 2 projects with the same path will result in only the last one being displayed in the projects overview:
image

but when running infracost breakdown --config-file infracost.yml both of them are displayed:
image

infracost.yml

version: 0.1
projects:
  - name: sapbo-prod
    path: terraform/sapbo
    terraform_var_files:
      - ../environments/prod.tfvars

  - name: sapbo-dev
    path: terraform/layers/sapbo
    terraform_var_files:
      - ../environments/dev.tfvars