
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@pulumiverse/exoscale
Advanced tools
A Pulumi package for creating and managing exoscale cloud resources.
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.
FAQs
A Pulumi package for creating and managing exoscale cloud resources.
We found that @pulumiverse/exoscale demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.