Hi there. I'm using AzureNative.KeyVault.Vault, an...
# general
c
Hi there. I'm using AzureNative.KeyVault.Vault, and it seems that changes to the
Properties
attribute don't trigger a state change, so subsequent calls to
pulumi up
don't pick up my changes. As an experiment I added a value to the
Tags
property, and that was picked up just fine. Any idea what might be happening?
b
Could export your state file and checkout how that properties attribute is getting serialized to maybe get a better idea of what's going on?
c
Thanks for the tip! By exporting I found that pulumi thought something existed that actually didn't. Still have a few questions about pulumi, keyvault and SSL certs, but those will have to wait till next year ;)
🙌 1