# InfluxDB Resource Provider
The InfluxDB Resource Provider lets you manage [InfluxDB](https://www.influxdata.com/) resources.
## Supported InfluxDB flavours
### v3
* [InfluxDB Cloud Serverless](https://www.influxdata.com/products/influxdb-cloud/serverless/)
### v2
* [InfluxDB Cloud TSM](https://docs.influxdata.com/influxdb/cloud/)
* [InfluxDB OSS](https://docs.influxdata.com/influxdb/v2/)
## 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 @thulasirajkomminar/influxdb
```
or `yarn`:
```bash
yarn add @thulasirajkomminar/influxdb
```
### Python
To use from Python, install using `pip`:
```bash
pip install thulasirajkomminar_influxdb
```
### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/thulasirajkomminar/pulumi-influxdb/sdk/go/...
```
### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package ThulasirajKomminar.InfluxDB
```
## Configuration
The following configuration points are available for the `influxdb` provider:
- `influxdb:password` (environment: `INFLUXDB_PASSWORD`) - The InfluxDB password
- `influxdb:token` (environment: `INFLUXDB_TOKEN`) - An InfluxDB token string
- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB server URL
- `influxdb:username` (environment: `INFLUXDB_USERNAME`) - The InfluxDB username
## Authentication
The InfluxDB provider supports two [authentication methods](https://docs.influxdata.com/influxdb/v2/api/v2/#tag/Authentication):
* Token-based authentication (recommended).
* Username and password authentication.
### Authentication Priority
When both authentication methods are provided, **token authentication takes priority**. This means:
- If both `token` and `username`/`password` are configured, the provider will use token authentication
- Token authentication is the recommended method for better security and simplicity
- Username/password authentication is used only when no token is provided
## Reference
For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/influxdb/api-docs/).
Raw data
{
"_id": null,
"home_page": "https://www.influxdata.com",
"name": "thulasirajkomminar-influxdb",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "pulumi influxdb category/database",
"author": null,
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c5/53/34023ace9890b92edbee11b7540c52dff5149f45276bb2e27f9b379de0e7/thulasirajkomminar_influxdb-1.6.0.tar.gz",
"platform": null,
"description": "# InfluxDB Resource Provider\n\nThe InfluxDB Resource Provider lets you manage [InfluxDB](https://www.influxdata.com/) resources.\n\n## Supported InfluxDB flavours\n\n### v3\n\n* [InfluxDB Cloud Serverless](https://www.influxdata.com/products/influxdb-cloud/serverless/)\n\n### v2\n\n* [InfluxDB Cloud TSM](https://docs.influxdata.com/influxdb/cloud/)\n* [InfluxDB OSS](https://docs.influxdata.com/influxdb/v2/)\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 @thulasirajkomminar/influxdb\n```\n\nor `yarn`:\n\n```bash\nyarn add @thulasirajkomminar/influxdb\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install thulasirajkomminar_influxdb\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/thulasirajkomminar/pulumi-influxdb/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package ThulasirajKomminar.InfluxDB\n```\n\n## Configuration\n\nThe following configuration points are available for the `influxdb` provider:\n\n- `influxdb:password` (environment: `INFLUXDB_PASSWORD`) - The InfluxDB password\n- `influxdb:token` (environment: `INFLUXDB_TOKEN`) - An InfluxDB token string\n- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB server URL\n- `influxdb:username` (environment: `INFLUXDB_USERNAME`) - The InfluxDB username\n\n## Authentication\n\nThe InfluxDB provider supports two [authentication methods](https://docs.influxdata.com/influxdb/v2/api/v2/#tag/Authentication):\n\n* Token-based authentication (recommended).\n* Username and password authentication.\n\n### Authentication Priority\n\nWhen both authentication methods are provided, **token authentication takes priority**. This means:\n\n- If both `token` and `username`/`password` are configured, the provider will use token authentication\n- Token authentication is the recommended method for better security and simplicity\n- Username/password authentication is used only when no token is provided\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/influxdb/api-docs/).\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "A Pulumi package for creating and managing InfluxDB resources.",
"version": "1.6.0",
"project_urls": {
"Homepage": "https://www.influxdata.com",
"Repository": "https://github.com/thulasirajkomminar/pulumi-influxdb"
},
"split_keywords": [
"pulumi",
"influxdb",
"category/database"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "4f38f419b9a0bdddf5503f0632fd8f2a6102bda21d893b1f91eb9d1e3f2ed1f9",
"md5": "ab7a16c25b6471b303c1462071b0672b",
"sha256": "bbbc035b8dbf3d2e699ab174c8b972ac05eb79be94e7d12cac815a0e3ea647eb"
},
"downloads": -1,
"filename": "thulasirajkomminar_influxdb-1.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ab7a16c25b6471b303c1462071b0672b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 48539,
"upload_time": "2025-10-29T22:15:26",
"upload_time_iso_8601": "2025-10-29T22:15:26.521977Z",
"url": "https://files.pythonhosted.org/packages/4f/38/f419b9a0bdddf5503f0632fd8f2a6102bda21d893b1f91eb9d1e3f2ed1f9/thulasirajkomminar_influxdb-1.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c55334023ace9890b92edbee11b7540c52dff5149f45276bb2e27f9b379de0e7",
"md5": "94940780fc59d982a06c1c754937fefb",
"sha256": "5c3e2ff3e98b22a1068cd28d72f1c82a52e5bdd2a7ce1e79da2cebe6966e2641"
},
"downloads": -1,
"filename": "thulasirajkomminar_influxdb-1.6.0.tar.gz",
"has_sig": false,
"md5_digest": "94940780fc59d982a06c1c754937fefb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 26588,
"upload_time": "2025-10-29T22:15:27",
"upload_time_iso_8601": "2025-10-29T22:15:27.585320Z",
"url": "https://files.pythonhosted.org/packages/c5/53/34023ace9890b92edbee11b7540c52dff5149f45276bb2e27f9b379de0e7/thulasirajkomminar_influxdb-1.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-29 22:15:27",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "thulasirajkomminar",
"github_project": "pulumi-influxdb",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "thulasirajkomminar-influxdb"
}