Is it possible to use cdktf to create a remote state config per instance of a module?
We have a module that we call hundreds of times, which contains n subresources. This is brutal for speed because the state is all shared and recalculated for everything.
Possible to do this cdktf? Or some other way to do this (other than putting each config into a separate folder).