From c7c138ae73dbb8a5001dda8111e712a74464c99c Mon Sep 17 00:00:00 2001 From: Aurelie Vache Date: Wed, 4 Sep 2024 15:42:48 +0200 Subject: [PATCH] Update README.md with java SDK --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index d41b5775..388ab9fe 100644 --- a/README.md +++ b/README.md @@ -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)) Contribute with Gitpod ## Usage @@ -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 + + com.ovh.pulumi + ovh + [0.48.7,) + +``` + +## 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: