The Pulumi OUTSCALE provider is available as a package in all Pulumi languages:
- Go: github.com/outscale/pulumi-outscale/sdk/go/outscale
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 theOSC_ACCESS_KEY
environment variable. -
outscale:secretKeyId
- (Require) This is the OSC secret key. It can also be sourced from theOSC_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, examplespulumi config set outscale:endpoints '[{"api": "127.0.0.1:3000"}]'
Please look at Development
Please look at Contribution