damp-ambulance-61372
07/22/2021, 6:19 PMfor_each
resources? (it's not clear in docs)little-author-61621
07/22/2021, 6:22 PMcount
and for_each
. +1 we should clarify this.damp-ambulance-61372
07/23/2021, 9:33 AMinfracost/example-terraform/sample1
aws_lambda_function.hello_world
--sync-usage-file
is destructive when using with wildcards (both for for_each
and count
)aws_lambda_function.hello_world[*]
and replaces them with individual aws_lambda_function.hello_world["hi"]
and "hello"
with default value 0
.little-author-61621
07/23/2021, 9:38 AMdamp-ambulance-61372
07/23/2021, 9:59 AM--sync-usage-file
logic--sync-usage-file
flag behavior: https://github.com/infracost/infracost/issues/875
submitted a PR for clarifying wildcard usage with for_each: https://github.com/infracost/docs/pull/81