The Exoscale Resource Provider lets you manage Exoscale resources.
This package is available for several languages/platforms:
To use from JavaScript or TypeScript in Node.js, install using either npm
:
npm install @pulumiverse/exoscale
or yarn
:
yarn add @pulumiverse/exoscale
To use from Python, install using pip
:
pip install pulumiverse_exoscale
To use from Go, use go get
to grab the latest version of the library:
go get github.com/pulumiverse/pulumi-exoscale/sdk/go/...
To use from .NET, install using dotnet add package
:
dotnet add package Pulumiverse.Exoscale
The following configuration points are available for the exoscale
provider:
exoscale:key
(environment:EXOSCALE_API_KEY
) - Exoscale account API keyexoscale:secret
(environment:EXOSCALE_API_SECRET
) - Exoscale account API secretexoscale:timeout
- Global async operations waiting time in seconds (default: 300)
For detailed reference documentation, please visit the Pulumi registry.