https://pulumi.com logo
Title
r

rhythmic-australia-32204

12/17/2021, 2:22 PM
hi Everyone 👋🏻 I’ve tried to use pulumi with ovh (openstack based), it says
One of 'auth_url' or 'cloud' must be specified
. I’ve googled this but couldn’t find where to add these variables, any idea?
b

billowy-army-68599

12/17/2021, 2:31 PM
they need to either be added as a resource provider, or at the stack level. you can do:
pulumi config set openstack:auth_url <value>
There's more configurations options here: https://www.pulumi.com/registry/packages/openstack/api-docs/provider/
r

rhythmic-australia-32204

12/17/2021, 7:29 PM
great, thx a lot 👍🏻