I have a stack transformation that adds tags to al...
# general
l
I have a stack transformation that adds tags to all resources, I want to exclude getted resources (just because is not nice to see that in preview), there's a way to distinguish between created and getted resources inside the stack transform function?
Solved: I can look if
opts.id != None
🎉 1