Is there a handy way to block some Python code so ...
# general
b
Is there a handy way to block some Python code so it is only executed on
pulumi up
and not
pulumi preview
?
b
pulumi.runtime.is_dry_run()
b
Thanks!