Hiho, is it possible to tell infracost GithubActio...
# general
p
Hiho, is it possible to tell infracost GithubAction to only check paths which have changed in the pull_request event? We are using terragrunt folder structure, and my goal is to only run infracost for the terragrunt.hcl’s which have changed.
c
Hi, not at the moment but this is definitely something we’ve heard from other terragrunt users. We’re currently working on improving integrations so you may see something this month.
p
As a workround one probably need to dynamically create the config with the specific path parameters.
c
Oh nice. We’re going to revise the action to make it more composable (along the lines of the hashicorp/setup-terraform@v1 action) so this would fit in nicely.