outscale / pulumi-outscale

pulumi outscale provider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Outscale Resource Provider

Project Sandbox

The Outscale Resource Provider lets you manage Outscale resources.

Work In Progress

This project is still very unstable, use it at your own risk Until a release is made, we keep the liberty to break everything.

Usage

This package is available for several languages/platforms:

yaml

Examples here

Node.js (JavaScript/TypeScript)

Examples here

Python

Examples here

Go

Not yet tested, and posibly broken

.NET

Not yet tested, and posibly broken

.Java

Not yet tested, and posibly broken

Configuration

The following configuration points are available for the OUTSCALE provider:

  • outscale:region - (Required) This is the OSC region.

  • outscale:accessKeyId - (Require) This is the OSC access key. It can also be sourced from the OSC_ACCESS_KEY environment variable.

  • outscale:secretKeyId - (Require) This is the OSC secret key. It can also be sourced from the OSC_SECRET_KEY environment variable.

  • outscale:insecure - (Optional) If set to true, allow pulumi to perform "insecure" SSL connections and transfers

  • outscale:endpoints - (Optional) change the endpoints, examples pulumi config set outscale:endpoints '[{"api": "127.0.0.1:3000"}]'

To start developping Pulumi Outscale

Please look at Development

Contribution

Please look at Contribution

About

pulumi outscale provider

License:Apache License 2.0


Languages

Language:Go 68.3%Language:Shell 17.4%Language:Makefile 10.4%Language:Dockerfile 3.9%