I’m trying to create a pulumi provider base on a e...
# general
b
I’m trying to create a pulumi provider base on a existing terraform provider. I’m lost in one of the step that is asking that
Copy code
1. Create an account with the provider's service and generate any necessary credentials, e.g. API keys.
    - Email: <bot@pulumi.com>
    - Password: (Create a random password in 1Password with the  maximum length and complexity allowed by the provider.)
    - Ensure all secrets (passwords, generated API keys) are stored in Pulumi's 1Password vault.
How can I stop that in pulumi 1password vault 🤔
e
Oh that's for when we're bridging to remind our engineers to put the passwords where we can all access them. For your own bridged provider you'll want to make your own account to test with (not bot@pulumi.com) and keep those passwords yourself whereever that makes sense.
b
perfect 🙂