can i use an infracost.yml config file with the `b...
# general
w
can i use an infracost.yml config file with the
breakdown
command?
Copy code
version: 0.1

projects:
  - path: aws/accounts/nonprod
    env:
      AWS_PROFILE: infracost-nonprod

  - path: aws/accounts/prod
    env:
      AWS_PROFILE: infracost-prod

  - path: aws/accounts/shared
    env:
      AWS_PROFILE: infracost-shared

  - path: aws/accounts/connectivity
    env:
      AWS_PROFILE: infracost-connectivity
i want something like this ^