Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion community-packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
"schemaFile": "provider/cmd/pulumi-resource-pinecone/schema.json"
},
{
"repoSlug": "komminarlabs/pulumi-influxdb",
"repoSlug": "thulasirajkomminar/pulumi-influxdb",
"schemaFile": "provider/cmd/pulumi-resource-influxdb/schema.json"
},
{
Expand Down
9 changes: 5 additions & 4 deletions themes/default/content/registry/packages/influxdb/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.5.0/docs/_index.md
# WARNING: this file was fetched from https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.6.0/docs/_index.md
# Do not edit by hand unless you're certain you know what you are doing!
edit_url: https://github.com/komminarlabs/pulumi-influxdb/blob/v1.6.0/docs/_index.md
title: InfluxDB
meta_desc: Provides an overview of the InfluxDB Provider for Pulumi.
layout: package
Expand Down Expand Up @@ -28,7 +29,7 @@ The InfluxDB provider must be configured with credentials to deploy and update r

```typescript
import * as pulumi from "@pulumi/pulumi";
import * as influxdb from "@komminarlabs/influxdb";
import * as influxdb from "@thulasirajkomminar/influxdb";

// Create a new Bucket
export const orgId = influxdb.getOrganizationOutput({ name: "IoT" }).id;
Expand All @@ -48,7 +49,7 @@ export const bucketId = bucket.id;
{{% choosable language python %}}

```python
import komminarlabs_influxdb as influxdb
import thulasirajkomminar_influxdb as influxdb

org_id = influxdb.get_organization(name="IoT").id

Expand All @@ -66,7 +67,7 @@ bucket = influxdb.Bucket(

```go
import (
influxdb "github.com/komminarlabs/pulumi-influxdb/sdk/go/influxdb"
influxdb "github.com/thulasirajkomminar/pulumi-influxdb/sdk/go/influxdb"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# WARNING: this file was fetched from https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.5.0/docs/installation-configuration.md
# WARNING: this file was fetched from https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.6.0/docs/installation-configuration.md
# Do not edit by hand unless you're certain you know what you are doing!
edit_url: https://github.com/komminarlabs/pulumi-influxdb/blob/v1.6.0/docs/installation-configuration.md
title: InfluxDB Installation & Configuration
meta_desc: Information on how to install the InfluxDB provider.
layout: package
Expand All @@ -10,25 +11,25 @@ layout: package

The Pulumi InfluxDB provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@komminarlabs/influxdb`](https://www.npmjs.com/package/@komminarlabs/influxdb)
* Python: [`komminarlabs_influxdb`](https://pypi.org/project/komminarlabs_influxdb/)
* Go: [`github.com/komminarlabs/pulumi-influxdb/sdk/go/influxdb`](https://pkg.go.dev/github.com/komminarlabs/pulumi-influxdb/sdk/go/influxdb)
* .NET: [`KomminarLabs.InfluxDB`](https://www.nuget.org/packages/KomminarLabs.InfluxDB)
* JavaScript/TypeScript: [`@thulasirajkomminar/influxdb`](https://www.npmjs.com/package/@thulasirajkomminar/influxdb)
* Python: [`thulasirajkomminar_influxdb`](https://pypi.org/project/thulasirajkomminar_influxdb/)
* Go: [`github.com/thulasirajkomminar/pulumi-influxdb/sdk/go/influxdb`](https://pkg.go.dev/github.com/thulasirajkomminar/pulumi-influxdb/sdk/go/influxdb)
* .NET: [`ThulasirajKomminar.InfluxDB`](https://www.nuget.org/packages/thulasirajkomminar.InfluxDB)


## Configuration

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

- `influxdb:token` (environment: `INFLUXDB_TOKEN`) - An InfluxDB token string
- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB Cloud Dedicated server URL
- `influxdb:url` (environment: `INFLUXDB_URL`) - The InfluxDB server URL

### Provider Binary

The InfluxDB provider binary is a third party binary. It can be installed using the `pulumi plugin` command.

```bash
pulumi plugin install resource influxdb <version> --server github://api.github.com/komminarlabs
pulumi plugin install resource influxdb <version> --server github://api.github.com/thulasirajkomminar
```

Replace the version string `<version>` with your desired version.
8 changes: 4 additions & 4 deletions themes/default/data/registry/packages/influxdb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ logo_url: https://avatars.githubusercontent.com/u/5713248?s=200&v=4
name: influxdb
native: false
package_status: ga
publisher: komminarlabs
publisher: thulasirajkomminar
repo_url: https://github.com/komminarlabs/pulumi-influxdb
schema_file_url: https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.5.0/provider/cmd/pulumi-resource-influxdb/schema.json
schema_file_url: https://raw.githubusercontent.com/komminarlabs/pulumi-influxdb/v1.6.0/provider/cmd/pulumi-resource-influxdb/schema.json
title: InfluxDB
updated_on: 1751486734
version: v1.5.0
updated_on: 1761775497
version: v1.6.0
Loading