We’re trying to create a Vault key-value back end ...
# kubernetes
b
We’re trying to create a Vault key-value back end in k8s using almost the exact same code as in the Pulumi Vault secretbackendv2 docs here. Only difference is we gave it a Vault provider, which makes sense. When we log into the vault UI we see the key-value engine is successfully created. But Pulumi stack creation fails:
error: unrecognized resource type (Check): vault:kv/secretBackendV2:SecretBackendV2
Any hints why? Thanks.