pulumi-civo


Namepulumi-civo JSON
Version 2.4.8 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Civo cloud resources.
upload_time2025-01-25 00:44:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi civo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-civo/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-civo/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fcivo.svg)](https://www.npmjs.com/package/@pulumi/civo)
[![Python version](https://badge.fury.io/py/pulumi-civo.svg)](https://pypi.org/project/pulumi-civo)
[![NuGet version](https://badge.fury.io/nu/pulumi.civo.svg)](https://badge.fury.io/nu/pulumi.civo)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-civo/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-civo/sdk/v2/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-civo/blob/master/LICENSE)

# Civo Resource Provider

The Civo Resource Provider lets you manage Civo resources.

## 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/civo

or `yarn`:

    $ yarn add @pulumi/civo

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_civo

### Go

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

    $ go get github.com/pulumi/pulumi-civo/sdk/v2

### .NET

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

    $ dotnet add package Pulumi.Civo

## Configuration

The following configuration points are available:

- `civo:token` - (Required) This is the Civo API token. It can also be sourced from the `CIVO_TOKEN`
  environment variable.
- `civo:region` - (Optional) Region in which to create Civo resources.  It can also be sourced from the `CIVO_REGION`
  environment variable.
- `civo:credentialsFile - Path to the Civo credentials file. Can be specified using `CIVO_CREDENTIAL_FILE`
  environment variable.

Other: `apiEndpoint`

### Using credentials file

The format of the credentials file is as follows:

```
{
    "apikeys": {
        "tf_key": "write-your-token-here"
    },
    "meta": {
        "current_apikey": "tf_key"
    }
}
```
You will then need to configure the credentials_file input to the correct location, for example:
```
credentialsFile = "/secure/path/civo.json"
```

## Reference

For further information, please visit [the Civo provider docs](https://www.pulumi.com/docs/intro/cloud-providers/civo)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/civo).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-civo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, civo",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f8/6c/4d8be973b657f1092152585d684dd9b352323417ff9441c8242c5b677e31/pulumi_civo-2.4.8.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-civo/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-civo/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%2Fcivo.svg)](https://www.npmjs.com/package/@pulumi/civo)\n[![Python version](https://badge.fury.io/py/pulumi-civo.svg)](https://pypi.org/project/pulumi-civo)\n[![NuGet version](https://badge.fury.io/nu/pulumi.civo.svg)](https://badge.fury.io/nu/pulumi.civo)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-civo/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-civo/sdk/v2/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-civo/blob/master/LICENSE)\n\n# Civo Resource Provider\n\nThe Civo Resource Provider lets you manage Civo resources.\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/civo\n\nor `yarn`:\n\n    $ yarn add @pulumi/civo\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_civo\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-civo/sdk/v2\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Civo\n\n## Configuration\n\nThe following configuration points are available:\n\n- `civo:token` - (Required) This is the Civo API token. It can also be sourced from the `CIVO_TOKEN`\n  environment variable.\n- `civo:region` - (Optional) Region in which to create Civo resources.  It can also be sourced from the `CIVO_REGION`\n  environment variable.\n- `civo:credentialsFile - Path to the Civo credentials file. Can be specified using `CIVO_CREDENTIAL_FILE`\n  environment variable.\n\nOther: `apiEndpoint`\n\n### Using credentials file\n\nThe format of the credentials file is as follows:\n\n```\n{\n    \"apikeys\": {\n        \"tf_key\": \"write-your-token-here\"\n    },\n    \"meta\": {\n        \"current_apikey\": \"tf_key\"\n    }\n}\n```\nYou will then need to configure the credentials_file input to the correct location, for example:\n```\ncredentialsFile = \"/secure/path/civo.json\"\n```\n\n## Reference\n\nFor further information, please visit [the Civo provider docs](https://www.pulumi.com/docs/intro/cloud-providers/civo)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/civo).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Civo cloud resources.",
    "version": "2.4.8",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-civo"
    },
    "split_keywords": [
        "pulumi",
        " civo"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4391669be6c2db55bfc4404f67425307e7b7b443125208bcd7b443b7936af7b",
                "md5": "a670a934117cf08aeae90d2b584b8cec",
                "sha256": "cb8038566e9a7d3a4029b5416a9faee0168d2b691d9b575b87f8d52a0e17e19d"
            },
            "downloads": -1,
            "filename": "pulumi_civo-2.4.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a670a934117cf08aeae90d2b584b8cec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 98198,
            "upload_time": "2025-01-25T00:44:52",
            "upload_time_iso_8601": "2025-01-25T00:44:52.922101Z",
            "url": "https://files.pythonhosted.org/packages/d4/39/1669be6c2db55bfc4404f67425307e7b7b443125208bcd7b443b7936af7b/pulumi_civo-2.4.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f86c4d8be973b657f1092152585d684dd9b352323417ff9441c8242c5b677e31",
                "md5": "7bccc4d071e7f9fce110ff22b2406898",
                "sha256": "debcc7d659dc02f083e0a7fc5e981de605f9169e92c74d80d39a5d41957231de"
            },
            "downloads": -1,
            "filename": "pulumi_civo-2.4.8.tar.gz",
            "has_sig": false,
            "md5_digest": "7bccc4d071e7f9fce110ff22b2406898",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 58515,
            "upload_time": "2025-01-25T00:44:54",
            "upload_time_iso_8601": "2025-01-25T00:44:54.764567Z",
            "url": "https://files.pythonhosted.org/packages/f8/6c/4d8be973b657f1092152585d684dd9b352323417ff9441c8242c5b677e31/pulumi_civo-2.4.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 00:44:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-civo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-civo"
}
        
Elapsed time: 2.06841s