Hello, does anyone know how to update an existing ...
# azure
a
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
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.