• Do we support count
and for_each
for modules? It is supported since terraform v0.13, and the format would be such as <http://module.my|module.my>_module[0].<http://aws_dynamodb_table.my|aws_dynamodb_table.my>_table
and module.somemodule["some_key"].some and if so, does the estimate usage would apply for all modules together ro per module? I mean when we add an entry like
module.my_module.sthsince terraform would interpret this as
module.my_module[*]