https://infracost.io logo
#help
Title
# help
f

flat-quill-76005

03/10/2023, 9:05 PM
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

crooked-daybreak-55253

03/10/2023, 9:06 PM
Hi Hari, what output do you see?
(in the github action)
f

flat-quill-76005

03/10/2023, 9:11 PM
“This check concluded as success.”
2 Views