https://pulumi.com logo
#azure
Title
c

crooked-scientist-50485

08/28/2023, 2:07 PM
Hi! I'm trying to setup keyvault backed pulumi on Azure, but the following command fails during the stack init process:
Copy code
pulumi new \
       --secrets-provider="azurekeyvault:<http://xxxxxxxx.vault.azure.net/keys/xxxx|xxxxxxxx.vault.azure.net/keys/xxxx>" \
       azure-typescript
The error I get is this:
Copy code
Sorry, could not create stack 'dev': invalid keyID "https://"; must match ^(https://.+\.vault\.(?:[a-z\d-.]+)/)keys/(.+)$ []
Any idea what is going on?
Sorry ignore, forgot
//