pulumi-twingate


Namepulumi-twingate JSON
Version 3.0.4 PyPI version JSON
download
home_pagehttps://www.twingate.com
SummaryA Pulumi package for creating and managing Twingate cloud resources.
upload_time2024-05-23 14:56:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi twingate category/infrastructure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Twingate Resource Provider

The Twingate Resource Provider lets you manage [Twingate](https://www.twingate.com/) resources.

## Installing

This package is available for several languages/platforms:

### Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

```bash
npm install @twingate/pulumi-twingate
```

or `yarn`:

```bash
yarn add @twingate/pulumi-twingate
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumi-twingate
```

### Go

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

```bash
go get github.com/pulumi/pulumi-twingate/sdk/go/...
```

### .NET

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

```bash
dotnet add package Twingate.Twingate
```

## Configuration

The following configuration points are available for the `twingate` provider:

- `twingate:apiToken` - The access key for API operations. You can retrieve this from the Twingate Admin Console
  ([documentation](https://docs.twingate.com/docs/api-overview)). Alternatively, this can be specified using the
  TWINGATE_API_TOKEN environment variable.
- `twingate:network` - Your Twingate network ID for API operations. You can find it in the Admin Console URL, for example:
  `autoco.twingate.com`, where `autoco` is your network ID. Alternatively, this can be specified using the TWINGATE_NETWORK
  environment variable.
- `twingate:url` - The default is 'twingate.com'. This is optional and shouldn't be changed under normal circumstances.


## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/twingate/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.twingate.com",
    "name": "pulumi-twingate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi twingate category/infrastructure",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/e8/92/29ca20a0de21dc4dc92e8a41f4adf7f289b2f0c45f5d62aadab3532a2337/pulumi_twingate-3.0.4.tar.gz",
    "platform": null,
    "description": "# Twingate Resource Provider\n\nThe Twingate Resource Provider lets you manage [Twingate](https://www.twingate.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @twingate/pulumi-twingate\n```\n\nor `yarn`:\n\n```bash\nyarn add @twingate/pulumi-twingate\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumi-twingate\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumi/pulumi-twingate/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Twingate.Twingate\n```\n\n## Configuration\n\nThe following configuration points are available for the `twingate` provider:\n\n- `twingate:apiToken` - The access key for API operations. You can retrieve this from the Twingate Admin Console\n  ([documentation](https://docs.twingate.com/docs/api-overview)). Alternatively, this can be specified using the\n  TWINGATE_API_TOKEN environment variable.\n- `twingate:network` - Your Twingate network ID for API operations. You can find it in the Admin Console URL, for example:\n  `autoco.twingate.com`, where `autoco` is your network ID. Alternatively, this can be specified using the TWINGATE_NETWORK\n  environment variable.\n- `twingate:url` - The default is 'twingate.com'. This is optional and shouldn't be changed under normal circumstances.\n\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/twingate/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Twingate cloud resources.",
    "version": "3.0.4",
    "project_urls": {
        "Homepage": "https://www.twingate.com",
        "Repository": "https://github.com/Twingate/pulumi-twingate"
    },
    "split_keywords": [
        "pulumi",
        "twingate",
        "category/infrastructure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e89229ca20a0de21dc4dc92e8a41f4adf7f289b2f0c45f5d62aadab3532a2337",
                "md5": "18539c09eac3ebcea0205d5ea6dbcdec",
                "sha256": "2553599d60aadbd2b5e59af3bc6137ddd903eb6ce000ccec17dda2b2b6e54e8c"
            },
            "downloads": -1,
            "filename": "pulumi_twingate-3.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "18539c09eac3ebcea0205d5ea6dbcdec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30253,
            "upload_time": "2024-05-23T14:56:28",
            "upload_time_iso_8601": "2024-05-23T14:56:28.049090Z",
            "url": "https://files.pythonhosted.org/packages/e8/92/29ca20a0de21dc4dc92e8a41f4adf7f289b2f0c45f5d62aadab3532a2337/pulumi_twingate-3.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 14:56:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Twingate",
    "github_project": "pulumi-twingate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-twingate"
}
        
Elapsed time: 0.33021s