We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Having 2 projects with the same path will result in only the last one being displayed in the projects overview:
but when running infracost breakdown --config-file infracost.yml both of them are displayed:
infracost breakdown --config-file infracost.yml
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Having 2 projects with the same path will result in only the last one being displayed in the projects overview:
but when running
infracost breakdown --config-file infracost.yml
both of them are displayed:infracost.yml
The text was updated successfully, but these errors were encountered: