2.35.0 • Published 5 months ago

@ediri/scaleway v2.35.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Scaleway Resource Provider

The Scaleway Resource Provider lets you manage Scaleway resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @ediri/scaleway

or yarn:

yarn add @ediri/scaleway

Python

To use from Python, install using pip:

pip install ediri-scaleway

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/dirien/pulumi-scaleway/sdk/v2

.NET

To use from .NET, install using dotnet add package:

dotnet add package ediri.Scaleway

Replace the version string with your desired version.

Setup

To provision resources with the Pulumi Scaleway provider, you need to have Scaleway credentials. Scaleway maintains documentation on how to create API keys here

Set environment variables

Once you have provisioned these credentials, you can set environment variables to provision resources in Scaleway:

export SCW_ACCESS_KEY=<SCW_ACCESS_KEY>
export SCW_SECRET_KEY=<SCW_SECRET_KEY>
$env:SCW_ACCESS_KEY = "<SCW_ACCESS_KEY>"
$env:SCW_SECRET_KEY = "<SCW_SECRET_KEY>"

Configuration Options

Use pulumi config set scaleway:<option> to set the following configuration options.

OptionEnvironment VariablesRequired/OptionalDescription
access_keySCW_ACCESS_KEYRequiredScaleway access key
secret_keySCW_SECRET_KEYRequiredScaleway secret key
project_idSCW_DEFAULT_PROJECT_IDRequiredThe project ID that will be used as default value for all resources.
organization_idSCW_DEFAULT_ORGANIZATION_IDOptionalThe organization ID that will be used as default value for all resources.
regionSCW_DEFAULT_REGIONOptionalThe region that will be used as default value for all resources. (fr-par if none specified)
zoneSCW_DEFAULT_ZONEOptionalThe zone that will be used as default value for all resources. (fr-par-1 if none specified)
2.35.0

5 months ago

2.34.0

5 months ago

2.29.0

7 months ago

2.28.0

8 months ago

2.24.0

10 months ago

2.27.0

9 months ago

2.26.0

9 months ago

2.25.1

10 months ago

2.31.0

7 months ago

2.23.0

10 months ago

2.33.0

6 months ago

2.22.0

10 months ago

2.21.0

11 months ago

2.20.0

11 months ago

2.19.0

12 months ago

2.18.0

1 year ago

2.17.0

1 year ago

2.16.3

1 year ago

2.16.2

1 year ago

2.16.0

1 year ago

2.15.0

1 year ago

2.14.1

1 year ago

2.13.1

1 year ago