Skip to content

Commit

Permalink
Update README.md with java SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
scraly authored Sep 4, 2024
1 parent 248f389 commit c7c138a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en
[![NPM version](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh.svg)](https://badge.fury.io/js/@ovhcloud%2Fpulumi-ovh)
[![PyPI version](https://badge.fury.io/py/pulumi-ovh.svg)](https://badge.fury.io/py/pulumi-ovh)
[![NuGet version](https://badge.fury.io/nu/Pulumi.Ovh.svg)](https://badge.fury.io/nu/Pulumi.Ovh)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.ovhcloud.pulumi/ovh/badge.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~com.ovhcloud.pulumi))
<a href="https://gitpod.io/#https://github.com/ovh/pulumi-ovh"><img src="https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod" alt="Contribute with Gitpod"/></a>

## Usage
Expand Down Expand Up @@ -51,6 +52,32 @@ To use from .NET, install using `dotnet add package`:
dotnet add package Pulumi.Ovh
```

### Java

To use from Java, add the dependency below to your `pom.xml` file:

```bash
<dependency>
<groupId>com.ovh.pulumi</groupId>
<artifactId>ovh</artifactId>
<version>[0.48.7,)</version>
</dependency>
```
## Configuration
The following configuration points are available for the `Ovh` provider:
- `ovh:endpoint` (environment: `OVH_ENDPOINT`) - the Ovh endpoint, such `ovh-eu`
- `ovh:applicationKey` (environment: `OVH_APPLICATION_KEY`) - the Ovh application key
- `ovh:applicationSecret` (environment: `OVH_APPLICATION_SECRET`) - the Ovh application secret
- `ovh:consumerKey` (environment: `OVH_CONSUMER_KEY`) - the Ovh consumer key
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/ovh/api-docs/).
## Configuration
The following configuration points are available for the `Ovh` provider:
Expand Down

0 comments on commit c7c138a

Please sign in to comment.