Hi, I am trying to add infracost to the CICD using...
# help
f
Hi, I am trying to add infracost to the CICD using this Quick Start: https://github.com/infracost/actions We use Terragrunt and the folder structure is something like this:
Copy code
./tf-repo
├── .github
│   └── workflow.yml
└── infras
    ├── account1
    │   └── us-east-1
    │       ├── app1
    │       │   └── <http://main.tf|main.tf>
    │       ├── app2
    │       │   └── <http://main.tf|main.tf>
    │       └── app3
    │           └── <http://main.tf|main.tf>
    └── account2
The PR integration is in-place and the infracost check runs successfully but nothing is displayed on the dashboard. how is the usage file supposed to work? The folder depth is 5 from the root.
c
Hi Hari, what output do you see?
(in the github action)
f
“This check concluded as success.”