https://pulumi.com logo
Title
a

ambitious-continent-10899

03/29/2023, 11:43 PM
Hello, does anyone know how to update an existing KV and add a network to it? I am following this example: https://www.pulumi.com/registry/packages/azure-native/api-docs/keyvault/vault/ However I am getting this error:
error: cannot create already existing resource
for the virtualNetworkRules
b

best-quill-31250

03/31/2023, 12:26 AM
I think it can create, update and delete the resource created by itself. But not other, or existing resource. It works by design, that’s meaning to immutable infrastructure.