https://github.com/jaxxstorm/pulumi-do
A Digital Ocean (DO) Pulumi resource package, providing multi-language access to Digital Ocean
https://github.com/jaxxstorm/pulumi-do
Last synced: 3 months ago
JSON representation
A Digital Ocean (DO) Pulumi resource package, providing multi-language access to Digital Ocean
- Host: GitHub
- URL: https://github.com/jaxxstorm/pulumi-do
- Owner: jaxxstorm
- License: apache-2.0
- Created: 2018-09-22T01:30:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:59:11.000Z (over 1 year ago)
- Last Synced: 2025-02-10T03:41:45.316Z (5 months ago)
- Language: Python
- Size: 16.6 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Digital Ocean Resource Provider
The Digital Ocean (DO) resource provider for Pulumi lets you use Digital Ocean resources in your cloud programs. To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).## Installing
This package is available in many languages in the standard packaging formats.
### Node.js (Java/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
$ npm install @pulumi/do
or `yarn`:
$ yarn add @pulumi/do
## Reference¬
For detailed reference documentation, please visit [the API docs](
https://pulumi.io/reference/pkg/nodejs/@pulumi/do/index.html).