Skip to content

Commit

Permalink
Merge pull request #35 from komminarlabs/tk/docs-update
Browse files Browse the repository at this point in the history
chore: updated docs with supported influxdb flavours
  • Loading branch information
thulasirajkomminar authored Aug 26, 2024
2 parents 792529f + 748680b commit 8e52776
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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:
Expand Down
11 changes: 11 additions & 0 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ The InfluxDB provider for Pulumi can be used to provision the resources availabl

The InfluxDB provider must be configured with credentials to deploy and update resources in InfluxDB; see [Installation & Configuration](./installation-configuration) for instructions.

## 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/)

## Example

{{< chooser language "typescript,python,go,csharp" >}}
Expand Down

0 comments on commit 8e52776

Please sign in to comment.