pulumi-digitalocean


Namepulumi-digitalocean JSON
Version 4.27.0 PyPI version JSON
download
home_page
SummaryA Pulumi package for creating and managing DigitalOcean cloud resources.
upload_time2024-03-13 13:17:56
maintainer
docs_urlNone
author
requires_python>=3.8
licenseApache-2.0
keywords pulumi digitalocean
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-digitalocean/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-digitalocean/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdigitalocean.svg)](https://www.npmjs.com/package/@pulumi/digitalocean)
[![Python version](https://badge.fury.io/py/pulumi-digitalocean.svg)](https://pypi.org/project/pulumi-digitalocean)
[![NuGet version](https://badge.fury.io/nu/pulumi.digitalocean.svg)](https://badge.fury.io/nu/pulumi.digitalocean)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-digitalocean/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-digitalocean/sdk/v4/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-digitalocean/blob/master/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](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/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](https://www.pulumi.com/docs/intro/cloud-providers/digitalocean) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/digitalocean).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pulumi-digitalocean",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pulumi,digitalocean",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/70/e7/11348f6b700e3303286dc2d3b9ae14527bc7d17d9c53fad8a44dc1bec13f/pulumi_digitalocean-4.27.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-digitalocean/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-digitalocean/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdigitalocean.svg)](https://www.npmjs.com/package/@pulumi/digitalocean)\n[![Python version](https://badge.fury.io/py/pulumi-digitalocean.svg)](https://pypi.org/project/pulumi-digitalocean)\n[![NuGet version](https://badge.fury.io/nu/pulumi.digitalocean.svg)](https://badge.fury.io/nu/pulumi.digitalocean)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-digitalocean/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-digitalocean/sdk/v4/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-digitalocean/blob/master/LICENSE)\n\n# DigitalOcean provider\n\nThe DigitalOcean resource provider for Pulumi lets you use DigitalOcean resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/digitalocean\n\nor `yarn`:\n\n    $ yarn add @pulumi/digitalocean\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_digitalocean\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-digitalocean/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Digitalocean\n\n## Configuration\n\nThe following configuration points are available:\n\n- `digitalocean:token` - (Required) This is the DO API token. Alternatively, this can also be specified using environment\n  variables, ordered by precedence, `DIGITALOCEAN_TOKEN` or `DIGITALOCEAN_ACCESS_TOKEN`.\n- `digitalocean:spacesAccessId` - (Optional) The access key ID used for Spaces API operations. May be set via the\n  `SPACES_ACCESS_KEY_ID` environment variable.\n- `digitalocean:spacesSecretKey` - (Optional) The secret key used for Spaces API operations. May be set via the \n  `SPACES_SECRET_ACCESS_KEY` environment variable.\n- `digitalocean:apiEndpoint` - (Optional) This can be used to override the base URL for DigitalOcean API requests. May\n  be set via the `DIGITALOCEAN_API_URL` environment variable. Default is `https://api.digitalocean.com`.\n\n## Concepts\n\nThe `@pulumi/digitalocean` package provides a strongly-typed means to create cloud applications that create and interact\nclosely with DigitalOcean resources.  Resources are exposed for the entirety of DigitalOcean resources and their\nproperties, including (but not limited to), 'droplet', 'floatingIp', 'firewalls', etc.  Many convenience APIs have also\nbeen added to make development easier and to help avoid common mistakes, and to get stronger typing.\n\n## Reference\n\nFor further information, please visit [the DigitalOcean provider docs](https://www.pulumi.com/docs/intro/cloud-providers/digitalocean) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/digitalocean).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing DigitalOcean cloud resources.",
    "version": "4.27.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-digitalocean"
    },
    "split_keywords": [
        "pulumi",
        "digitalocean"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22eaeca45e87f73eb0a149c5159df215e8124e026fa25b758edd93ab4d000e89",
                "md5": "88159fb2a44849a7e400fd993e2b9d34",
                "sha256": "cb5f7fada5b9bd12341a5ef74d0a8325c27080ab624de5df3edabeab844576a6"
            },
            "downloads": -1,
            "filename": "pulumi_digitalocean-4.27.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "88159fb2a44849a7e400fd993e2b9d34",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 327963,
            "upload_time": "2024-03-13T13:17:52",
            "upload_time_iso_8601": "2024-03-13T13:17:52.777393Z",
            "url": "https://files.pythonhosted.org/packages/22/ea/eca45e87f73eb0a149c5159df215e8124e026fa25b758edd93ab4d000e89/pulumi_digitalocean-4.27.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70e711348f6b700e3303286dc2d3b9ae14527bc7d17d9c53fad8a44dc1bec13f",
                "md5": "c30e7e9de7468e3e617f06c8b99df1eb",
                "sha256": "2ce1d04d36aec518f658504f516cef35e6f26978695d055c2e3d7f99342a4bc2"
            },
            "downloads": -1,
            "filename": "pulumi_digitalocean-4.27.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c30e7e9de7468e3e617f06c8b99df1eb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 232364,
            "upload_time": "2024-03-13T13:17:56",
            "upload_time_iso_8601": "2024-03-13T13:17:56.570502Z",
            "url": "https://files.pythonhosted.org/packages/70/e7/11348f6b700e3303286dc2d3b9ae14527bc7d17d9c53fad8a44dc1bec13f/pulumi_digitalocean-4.27.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-13 13:17:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-digitalocean",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-digitalocean"
}
        
Elapsed time: 0.24068s