Hi,
i have a configuration of cdktf in python and for info purpose I put some print through the configuration.
My app is multistack, and i expect when i use cdktf deploy mystack it will output only the information of that chosen stack.
Instead I receive the entire output like the class of the stack is in a for cycle, but the deploy goes correctly so only for the that one.
Could you help me?
Thanks
Bogdan Iurea