https://pulumi.com logo
Title
b

big-potato-91793

05/26/2023, 1:02 AM
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
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

echoing-dinner-19531

05/26/2023, 9:41 AM
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

big-potato-91793

05/26/2023, 6:12 PM
perfect 🙂