Name | pulumi-civo JSON |
Version |
2.4.8
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Civo cloud resources. |
upload_time | 2025-01-25 00:44:54 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
civo
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-civo/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/civo)
[](https://pypi.org/project/pulumi-civo)
[](https://badge.fury.io/nu/pulumi.civo)
[](https://pkg.go.dev/github.com/pulumi/pulumi-civo/sdk/v2/go)
[](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": "[](https://github.com/pulumi/pulumi-civo/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/civo)\n[](https://pypi.org/project/pulumi-civo)\n[](https://badge.fury.io/nu/pulumi.civo)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-civo/sdk/v2/go)\n[](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"
}