hi all! Is it possible somehow to tell Pulumi to i...
# general
b
hi all! Is it possible somehow to tell Pulumi to ignore changes to a resource only on preview? Context: this resource creation code has some bits that are executed only if it's not
pulumi.isDryRun()
, which means the resource content is different at
preview
and
up
times. I'd like to be able to rely on just the
--expect-no-changes
and not have to parse the diff myself.