is it possible to import a key vault secret into a...
# general
s
is it possible to import a key vault secret into a Pulumi stack? I cannot remove the secret in order for Pulumi to create it because the vault has purge protection on so it fails to overwrite the key. If the vault item already exists you just get
cannot create already existing subresource
I cannot refresh because the URN does not exit in the Pulumi stack... I need to be able to add the secret to the stack without actually adding it to the vault... possible?