| Name | pulumi-tailscale JSON |
| Version |
0.22.0
JSON |
| download |
| home_page | None |
| Summary | A Pulumi package for creating and managing Tailscale cloud resources. |
| upload_time | 2025-09-20 03:42:30 |
| 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/bd/1b/391b816a69662e5ad26a9bb38999cd88af92d1a90ad669d91e8b52e6ce8b/pulumi_tailscale-0.22.0.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.22.0",
"project_urls": {
"Homepage": "https://pulumi.io",
"Repository": "https://github.com/pulumi/pulumi-tailscale"
},
"split_keywords": [
"pulumi",
" tailscale"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "e52a33fce0ef7fa2729dbe862f44fcfd2a52145bcd959dc835ea605a01feee0b",
"md5": "93cb3513a2888baccb686c34533d19c8",
"sha256": "7521ce31d2d6e48dc873bb38b5f50983674fdce7cdfb549944d2ae8d924ba4e5"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.22.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "93cb3513a2888baccb686c34533d19c8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 69761,
"upload_time": "2025-09-20T03:42:28",
"upload_time_iso_8601": "2025-09-20T03:42:28.815317Z",
"url": "https://files.pythonhosted.org/packages/e5/2a/33fce0ef7fa2729dbe862f44fcfd2a52145bcd959dc835ea605a01feee0b/pulumi_tailscale-0.22.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bd1b391b816a69662e5ad26a9bb38999cd88af92d1a90ad669d91e8b52e6ce8b",
"md5": "574b00d78db104c5d002f4f6a9860328",
"sha256": "e52c9a056ce84cd661af1b52f174142b88f7adc606063aa3429806661138779a"
},
"downloads": -1,
"filename": "pulumi_tailscale-0.22.0.tar.gz",
"has_sig": false,
"md5_digest": "574b00d78db104c5d002f4f6a9860328",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 39945,
"upload_time": "2025-09-20T03:42:30",
"upload_time_iso_8601": "2025-09-20T03:42:30.714234Z",
"url": "https://files.pythonhosted.org/packages/bd/1b/391b816a69662e5ad26a9bb38999cd88af92d1a90ad669d91e8b52e6ce8b/pulumi_tailscale-0.22.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-20 03:42:30",
"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"
}