The OVH Resource Provider lets you manage OVH resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm i @tumblewader/ovh
or yarn
:
yarn add @tumblewader/ovh
The following configuration points are available for the ovh
provider:
foo:applicationKey
(environment:OVH_APPLICATION_KEY
) - the Application key forovh
foo:applicationSecret
(environment:OVH_APPLICATION_SECRET
) - the Application secret fromovh
foo:consumerKey
(environment:OVH_CONSUMER_KEY
) - the consumer key fromovh
foo:endpoint
(environment:OVH_ENDPOINT
) - theovh
endpoint to use.
For detailed reference documentation, please visit the Pulumi registry.