wooden-notebook-80950
08/23/2023, 7:45 PMcrooked-daybreak-55253
08/23/2023, 8:09 PMwooden-notebook-80950
08/23/2023, 8:10 PMcrooked-daybreak-55253
08/23/2023, 8:16 PMfor_each
) and evaluates blocks until it detects that nothing has changed. So the max is there to prevent it from looping infinitely.wooden-notebook-80950
08/23/2023, 8:16 PMmysterious-teacher-68276
08/24/2023, 7:25 AMwooden-notebook-80950
08/24/2023, 1:35 PMmodule.autoscale_sync_job_records.module.this_autoscale msg="hit max context iterations evaluating module module.autoscale_sync_job_records.module.this_autoscale"
This is followed but a somewhat strange error saying comments can no longer be posted to Github…
[2023-08-23T18:20:36.227Z] Error: template: markdown-html.tmpl:80:115: executing "markdown-html.tmpl" at <.PastBreakdown.TotalMonthlyCost>: nil pointer evaluating *output.Breakdown.TotalMonthlyCost
[2023-08-23T18:20:36.328Z] Error posting cost report to Github.
terraform/modules/
dir before being evaluated by Infracost in conjunction with parent module scriptsmysterious-teacher-68276
08/24/2023, 1:41 PMmodule.autoscale_sync_job_records.module.this_autoscale
- does it use any 3rd party modules inside it or is it just vanilla terraform?
3. The comment posting might be related, but I don’t think max iterations should affect thiswooden-notebook-80950
08/24/2023, 1:52 PMresource_autoscale
in it’s module.
3. 👍mysterious-teacher-68276
08/24/2023, 1:54 PMmodule.autoscale_sync_job_records.module.this_autoscale
doesn’t contain any module calls?wooden-notebook-80950
08/24/2023, 1:54 PMautoscale_sync_jobs
with a reference to the dynamodb_table_autoscale_v2
which then includes another reference to the resource_autoscale
submodulemysterious-teacher-68276
08/24/2023, 2:36 PM