Mohammad Yosefpor
for_each
resources? (it's not clear in docs)Alistair (Infracost)
count
and for_each
. +1 we should clarify this.Mohammad Yosefpor
infracost/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
.Alistair (Infracost)
Mohammad Yosefpor
--sync-usage-file
logic