All Projects → pulumi → pulumi-digitalocean

pulumi / pulumi-digitalocean

Licence: Apache-2.0 license
A DigitalOcean Pulumi resource package, providing multi-language access to DigitalOcean

Programming Languages

python
139335 projects - #7 most used programming language
C#
18002 projects
typescript
32286 projects

Projects that are alternatives of or similar to pulumi-digitalocean

ansible-role-do-agent
Cross-distro installation of the DigitalOcean monitoring agent
Stars: ✭ 22 (-59.26%)
Mutual labels:  digitalocean
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (-40.74%)
Mutual labels:  digitalocean
droplan
Manage iptable rules for the private interface on DigitalOcean droplets
Stars: ✭ 69 (+27.78%)
Mutual labels:  digitalocean
hacktoberfest2021-Excluded
You can submit any PR and have SWAGS. Happy Hacktoberfest !
Stars: ✭ 63 (+16.67%)
Mutual labels:  digitalocean
pulumi-az-pipelines-task
Azure Pipelines task extension for running Pulumi apps.
Stars: ✭ 19 (-64.81%)
Mutual labels:  pulumi
HacktoberFest2020
🤗Feel free to submit a PR💻 to have it merged and get a free Hacktoberfest tee👕 from Github🔮. Updated as per new guidelines✔️
Stars: ✭ 22 (-59.26%)
Mutual labels:  digitalocean
HacktoberProfile
A profile list of Hacktoberfest 2019 participants. https://srinibasbiswal.github.io/HacktoberProfile/
Stars: ✭ 30 (-44.44%)
Mutual labels:  digitalocean
J.A.R.V.I.S
Just A Rather Very Intelligent System
Stars: ✭ 36 (-33.33%)
Mutual labels:  digitalocean
community.digitalocean
This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
Stars: ✭ 115 (+112.96%)
Mutual labels:  digitalocean
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-55.56%)
Mutual labels:  digitalocean
Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+229.63%)
Mutual labels:  digitalocean
cloud-detect
Module that determines a host's cloud provider.
Stars: ✭ 28 (-48.15%)
Mutual labels:  digitalocean
lita-digitalocean
A Lita handler for managing DigitalOcean services.
Stars: ✭ 25 (-53.7%)
Mutual labels:  digitalocean
dots
digital ocean api typescript/javascript wrapper
Stars: ✭ 65 (+20.37%)
Mutual labels:  digitalocean
circleci
CircleCI Orbs for CI/CD using Pulumi.
Stars: ✭ 16 (-70.37%)
Mutual labels:  pulumi
digitalocean
Scala wrapper around Digital Ocean's API, version 2
Stars: ✭ 28 (-48.15%)
Mutual labels:  digitalocean
timecobot
Telegram bot provides time-based currency and muteguns
Stars: ✭ 21 (-61.11%)
Mutual labels:  digitalocean
Hacktoberfest-2021
❗❗ Make your first PR now, accepting and merging PRs continuously. ⭐HACKTOBER ACCEPTED 2021 ✨✨Happy Hacking 💖💖
Stars: ✭ 11 (-79.63%)
Mutual labels:  digitalocean
hacktoberfest-2019
You can check the video here: #hacktoberfest
Stars: ✭ 28 (-48.15%)
Mutual labels:  digitalocean
terransible-wirehole
Wirehole (Wireguard, Pi-hole, Upbound) deployment on Free Tier Oracle Cloud or other providers leveraging Docker Containers and deployed using Terraform and Ansible.
Stars: ✭ 33 (-38.89%)
Mutual labels:  digitalocean

Actions Status Slack NPM version Python version NuGet version PkgGoDev License

DigitalOcean provider

The DigitalOcean resource provider for Pulumi lets you use DigitalOcean resources in your cloud programs. To use this package, please install the Pulumi CLI first.

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/digitalocean

or yarn:

$ yarn add @pulumi/digitalocean

Python

To use from Python, install using pip:

$ pip install pulumi_digitalocean

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-digitalocean/sdk/v4

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.Digitalocean

Configuration

The following configuration points are available:

  • digitalocean:token - (Required) This is the DO API token. Alternatively, this can also be specified using environment variables, ordered by precedence, DIGITALOCEAN_TOKEN or DIGITALOCEAN_ACCESS_TOKEN.
  • digitalocean:spacesAccessId - (Optional) The access key ID used for Spaces API operations. May be set via the SPACES_ACCESS_KEY_ID environment variable.
  • digitalocean:spacesSecretKey - (Optional) The secret key used for Spaces API operations. May be set via the SPACES_SECRET_ACCESS_KEY environment variable.
  • digitalocean:apiEndpoint - (Optional) This can be used to override the base URL for DigitalOcean API requests. May be set via the DIGITALOCEAN_API_URL environment variable. Default is https://api.digitalocean.com.

Concepts

The @pulumi/digitalocean package provides a strongly-typed means to create cloud applications that create and interact closely with DigitalOcean resources. Resources are exposed for the entirety of DigitalOcean resources and their properties, including (but not limited to), 'droplet', 'floatingIp', 'firewalls', etc. Many convenience APIs have also been added to make development easier and to help avoid common mistakes, and to get stronger typing.

Reference

For further information, please visit the DigitalOcean provider docs or for detailed reference documentation, please visit the API docs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].