Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovh/pulumi-ovh
Pulumi provider for OVHcloud
https://github.com/ovh/pulumi-ovh
cloud-computing csharp dotnet go golang hacktoberfest iac infrastructure-as-code javascript ovh pulumi python typescript
Last synced: 14 days ago
JSON representation
Pulumi provider for OVHcloud
- Host: GitHub
- URL: https://github.com/ovh/pulumi-ovh
- Owner: ovh
- License: other
- Created: 2023-08-09T14:42:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-13T08:33:48.000Z (about 1 month ago)
- Last Synced: 2024-10-15T04:33:09.093Z (about 1 month ago)
- Topics: cloud-computing, csharp, dotnet, go, golang, hacktoberfest, iac, infrastructure-as-code, javascript, ovh, pulumi, python, typescript
- Language: Java
- Homepage: https://www.pulumi.com/registry/packages/ovh/
- Size: 117 MB
- Stars: 17
- Watchers: 5
- Forks: 8
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# OVH Resource Provider
The OVH Resource Provider lets you manage [OVHcloud](https://www.ovhcloud.com/en/) resources.
[![GoDoc](https://godoc.org/github.com/ovh/pulumi-ovh?status.svg)](https://pkg.go.dev/github.com/ovh/pulumi-ovh/sdk)
[![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/pulumi-ovh/badge.svg)](https://s01.oss.sonatype.org/#nexus-search;quick~com.ovhcloud.pulumi.ovh)## Usage
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @ovhcloud/pulumi-ovh
```or `yarn`:
```bash
yarn add @ovhcloud/pulumi-ovh
```### Python
To use from Python, install using `pip`:
```bash
pip install pulumi-ovh
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/ovh/pulumi-ovh/sdk/go/...
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Ovh
```### Java
To use from Java, add the dependency below to your `pom.xml` file:
```bash
com.ovhcloud.pulumi.ovh
pulumi-ovh
[0.48.9,)```
## 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:
- `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/).