https://pulumi.com logo
f

fierce-cpu-94517

08/08/2019, 1:47 PM
While organizing my project I'm separating resources into different files (
s3.ts
,
ec2.ts
, etc.). Since resources have dependencies on each other I need to export some of them to be able to import in another module which ends up automatically add them to stack output, sometime unnecessarily. Is there a way to avoid that? Can I somehow choose what gets added to stack output?