This message was deleted.
s
This message was deleted.
b
Is there any reason that you can’t just create the resource? If it’s not there, Pulumi will create it, but if Pulumi detects that it’s there and no change has been made then it’ll ignore it. You can also set extra inputs to ignore using
ignoreChanges
: https://www.pulumi.com/docs/concepts/options/ignorechanges/
🙌 1