Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
stefan-cukl opened this issue Dec 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@stefan-cukl
Copy link

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
@alikhajeh1 alikhajeh1 added the bug Something isn't working label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants