https://github.com/dirien/pulumi-qovery
Pulumi provider for Qovery
https://github.com/dirien/pulumi-qovery
pulumi qovery
Last synced: 6 months ago
JSON representation
Pulumi provider for Qovery
- Host: GitHub
- URL: https://github.com/dirien/pulumi-qovery
- Owner: dirien
- License: mpl-2.0
- Archived: true
- Created: 2023-11-27T16:57:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T14:18:23.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T07:10:48.033Z (over 1 year ago)
- Topics: pulumi, qovery
- Language: Python
- Homepage:
- Size: 1.78 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
> [!CAUTION]
> This provider will not be continued to be maintained. Please use the [Any Terraform Provider with Pulumi](https://www.pulumi.com/blog/any-terraform-provider/)
# Qovery Resource Provider
The Qovery Resource Provider lets you manage [Qovery](https://qovery.com/) resources.
## Installing
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@ediri/qovery
```
or `yarn`:
```bash
yarn add @ediri/qovery
```
### Python
To use from Python, install using `pip`:
```bash
pip install ediri_qovery
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/dirien/pulumi-qovery/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package ediri.Qovery
```
## Configuration
The following configuration points are available for the `qovery` provider:
- `token` (String) The Qovery API Token to use. This can also be specified with the `QOVERY_API_TOKEN` shell environment variable.
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/qovery/api-docs/).