Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo authored Jan 31, 2024
1 parent edbb046 commit b045207
Showing 1 changed file with 8 additions and 32 deletions.
40 changes: 8 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Outscale Resource Provider lets you manage [Outscale](https://fr.outscale.co

This project is still very unstable, use it at your own risk

## Installing
## Usage

This package is available for several languages/platforms:

Expand All @@ -19,62 +19,38 @@ This package is available for several languages/platforms:

[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/ts)

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

```bash
npm install @pulumi/outscale
```

or `yarn`:

```bash
yarn add @pulumi/outscale
```

### Python

[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/python)

To use from Python, install using `pip`:

```bash
pip install pulumi_outscale
```

### Go

__Not yet tested, and posibly broken__

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

```bash
go get github.com/outscale/pulumi-outscale/sdk/go/...
```

### .NET

__Not yet tested, and posibly broken__

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

__Not yet tested, and posibly broken__

```bash
dotnet add package Pulumi.Outscale
```

## Configuration

The following configuration points are available for the `OUTSCALE` provider:

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

- `outscale:accessKeyId` - (Optional) This is the OSC access key. It can also be sourced from the
- `outscale:accessKeyId` - (Require) This is the OSC access key. It can also be sourced from the
`OSC_ACCESS_KEY` environment variable.
- `outscale:secretKeyId` - (Optional) This is the OSC secret key. It can also be sourced from the
- `outscale:secretKeyId` - (Require) This is the OSC secret key. It can also be sourced from the
`OSC_SECRET_KEY` environment variable.

## Reference

For detailed reference documentation, please visit .
- `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
Expand Down

0 comments on commit b045207

Please sign in to comment.