Name | pulumi-tailscale JSON |
Version |
0.21.1
JSON |
| download |
home_page | None |
Summary | A Pulumi package for creating and managing Tailscale cloud resources. |
upload_time | 2025-08-20 18:16:28 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | Apache-2.0 |
keywords |
pulumi
tailscale
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[](https://github.com/pulumi/pulumi-tailscale/actions)
[](https://slack.pulumi.com)
[](https://www.npmjs.com/package/@pulumi/tailscale)
[](https://pypi.org/project/pulumi-tailscale)
[](https://badge.fury.io/nu/pulumi.tailscale)
[](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)
[](https://github.com/pulumi/pulumi-tailscale/blob/master/LICENSE)
# Tailscale Resource Provider
The Tailscale Resource Provider lets you manage [Tailscale](https://tailscale.com/) 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/tailscale
or `yarn`:
$ yarn add @pulumi/tailscale
### Python
To use from Python, install using `pip`:
$ pip install pulumi_tailscale
### Go
To use from Go, use `go get` to grab the latest version of the library
$ go get github.com/pulumi/pulumi-tailscale/sdk
### .NET
To use from .NET, install using `dotnet add package`:
$ dotnet add package Pulumi.Tailscale
## Configuration
The following configuration points are available:
- `tailscale:apiKey` - (Required) API key to authenticate with the Tailscale API. It must be provided, but it can also be sourced
from the `TAILSCALE_API_KEY` environment variable.
- `tailscale:tailnet` - (Required) Tailscale tailnet to manage resources for. It must be provided, but it can also be
sourced from the `TAILSCALE_TAILNET` variable. A tailnet is the name of your Tailscale network. You can find it in
the top left corner of the Admin Panel beside the Tailscale logo.
- `tailscale:oauthClientId` - The OAuth application's ID when using OAuth client credentials. Can be set via the OAUTH_CLIENT_ID environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.
- `oauthClientSecret` - The OAuth application's secret when using OAuth client credentials. Can be set via the OAUTH_CLIENT_SECRET environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.
- `scopes` - The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauthClientId' and 'oauthClientSecret' are set.
## Reference
For further information, please visit [the Tailscale provider docs](https://www.pulumi.com/registry/packages/tailscale)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/tailscale/api-docs/).
Raw data
{
"_id": null,
"home_page": null,
"name": "pulumi-tailscale",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi, tailscale",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/82/fc/bf896b8833c7050b3c576208cdc1ddcaeee17613ed822fab907bfabf630f/pulumi_tailscale-0.21.1.tar.gz",
"platform": null,
"description": "[](https://github.com/pulumi/pulumi-tailscale/actions)\n[](https://slack.pulumi.com)\n[](https://www.npmjs.com/package/@pulumi/tailscale)\n[](https://pypi.org/project/pulumi-tailscale)\n[](https://badge.fury.io/nu/pulumi.tailscale)\n[](https://pkg.go.dev/github.com/pulumi/pulumi-tailscale/sdk)\n[](https://github.com/pulumi/pulumi-tailscale/blob/master/LICENSE)\n\n# Tailscale Resource Provider\n\nThe Tailscale Resource Provider lets you manage [Tailscale](https://tailscale.com/) 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/tailscale\n\nor `yarn`:\n\n $ yarn add @pulumi/tailscale\n\n### Python\n\nTo use from Python, install using `pip`:\n\n $ pip install pulumi_tailscale\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-tailscale/sdk\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n $ dotnet add package Pulumi.Tailscale\n\n## Configuration\n\nThe following configuration points are available:\n\n- `tailscale:apiKey` - (Required) API key to authenticate with the Tailscale API. It must be provided, but it can also be sourced\n from the `TAILSCALE_API_KEY` environment variable.\n- `tailscale:tailnet` - (Required) Tailscale tailnet to manage resources for. It must be provided, but it can also be\n sourced from the `TAILSCALE_TAILNET` variable. A tailnet is the name of your Tailscale network. You can find it in \n the top left corner of the Admin Panel beside the Tailscale logo.\n- `tailscale:oauthClientId` - The OAuth application's ID when using OAuth client credentials. Can be set via the OAUTH_CLIENT_ID environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.\n- `oauthClientSecret` - The OAuth application's secret when using OAuth client credentials. Can be set via the OAUTH_CLIENT_SECRET environment variable. Both 'oauthClientId' and 'oauthClientSecret' must be set. Conflicts with 'apiKey'.\n- `scopes` - The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauthClientId' and 'oauthClientSecret' are set.\n\n## Reference\n\nFor further information, please visit [the Tailscale provider docs](https://www.pulumi.com/registry/packages/tailscale)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/registry/packages/tailscale/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing Tailscale cloud resources.",
"version": "0.21.1",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-tailscale"
},
"split_keywords": [
"pulumi",
" tailscale"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "8d279d9a607e37d6f2449b7a40f1b5a5e036ca0c0f038c99e09a1d04a367bcc8",
"md5": "a53fa42d8bca392b9954a14db1c0245a",
"sha256": "4a536b2bb25fe0647ecece160f325c843964fdb50975070cd1f48429c2751497"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.21.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a53fa42d8bca392b9954a14db1c0245a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 65462,
"upload_time": "2025-08-20T18:16:26",
"upload_time_iso_8601": "2025-08-20T18:16:26.964873Z",
"url": "https://files.pythonhosted.org/packages/8d/27/9d9a607e37d6f2449b7a40f1b5a5e036ca0c0f038c99e09a1d04a367bcc8/pulumi_tailscale-0.21.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "82fcbf896b8833c7050b3c576208cdc1ddcaeee17613ed822fab907bfabf630f",
"md5": "86d8f46470747f3d86f3f1b8db9dcb9a",
"sha256": "3e36b46514ea8b68566caed79f72db6fc40dc1d7ec62aa1dffc3dd85d75b2291"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.21.1.tar.gz",
"has_sig": false,
"md5_digest": "86d8f46470747f3d86f3f1b8db9dcb9a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 37012,
"upload_time": "2025-08-20T18:16:28",
"upload_time_iso_8601": "2025-08-20T18:16:28.605095Z",
"url": "https://files.pythonhosted.org/packages/82/fc/bf896b8833c7050b3c576208cdc1ddcaeee17613ed822fab907bfabf630f/pulumi_tailscale-0.21.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-20 18:16:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "pulumi",
"github_project": "pulumi-tailscale",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pulumi-tailscale"
}