https://infracost.io logo
w

worried-soccer-67640

09/13/2022, 4:52 PM
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 ^