broad-zoo-34077
12/18/2023, 4:04 PMlittle-author-61621
version: 0.1
projects:
{{- range $project := matchPaths "terraform/:name(.*)/main.tf" }}
- path: {{ $project._dir }}
name: {{ $project.name }}
{{- end }}
narrow-dinner-45042
12/18/2023, 4:10 PMlittle-author-61621
narrow-dinner-45042
12/18/2023, 4:18 PMnarrow-dinner-45042
12/18/2023, 4:18 PMlittle-author-61621
narrow-dinner-45042
12/19/2023, 4:42 PMinfracost.yml.tmpl
to the root of my repo and integrated infracost with the repo, but I am seeing infracost still running checks on PRs that dont touch any paths in my config file. Is this expected? Do these runs count against the 1000 runs/mo even if they detect no terraform changes?little-author-61621
Only post a comment in pull requests that have Terraform changes (default)
setting turned on then any run that has no tf changes won’t be counted. Otherwise all runs are counted even if the paths aren’t specified in the config file because Infracost still runs to parse and check the config file paths.narrow-dinner-45042
12/19/2023, 6:23 PM