https://github.com/outscale/pulumi-outscale
pulumi outscale provider
https://github.com/outscale/pulumi-outscale
Last synced: about 1 year ago
JSON representation
pulumi outscale provider
- Host: GitHub
- URL: https://github.com/outscale/pulumi-outscale
- Owner: outscale
- License: apache-2.0
- Created: 2023-09-15T11:48:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:50:52.000Z (about 2 years ago)
- Last Synced: 2024-04-12T23:36:21.099Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 71.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Outscale Resource Provider
[](https://docs.outscale.com/en/userguide/Open-Source-Projects.html)
The Outscale Resource Provider lets you manage [Outscale](https://fr.outscale.com/api-outscale/) resources.
## Work In Progress
This project is still very unstable, use it at your own risk
Until a release is made, we keep the liberty to break everything.
## Usage
This package is available for several languages/platforms:
### yaml
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/yaml)
### Node.js (JavaScript/TypeScript)
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/ts)
### Python
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/python)
### Go
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/go/)
### .NET
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/)
### .Java
__Not yet tested, and posibly broken__
## Configuration
Please look at [Development](./docs/installation-configuration.md)
# To start developping Pulumi Outscale
Please look at [Development](./docs/developement.md)
# Contribution
Please look at [Contribution](./docs/contributing.md)