Skip to content

Releases: komminarlabs/pulumi-influxdb

v1.2.2

12 Sep 14:33
dbce11b
Compare
Choose a tag to compare

[1.2.2] - 2024-09-12

Updated:

  • Updated docs to include supported influxdb flavours.

v1.2.1

23 Aug 16:43
792529f
Compare
Choose a tag to compare

[1.2.1] - 2024-08-23

Fixed:

  • fixed overwriting the token value during read in influxdb_authorization resource.

v1.2.0

16 Apr 13:51
313a03c
Compare
Choose a tag to compare

[v1.2.0] - 2024-04-17

Updates

  • Updated influxdb_authorization resource and made the id & org_id as optional in permissions.resource inline with Influx api.
  • Updated influxdb_authorization resource and made the name as read-only in permissions.resource. This is due to how Influx api returns the response. This will be modified in the future versions.

v1.0.2

03 Apr 16:44
5bbe7c6
Compare
Choose a tag to compare

[1.0.2] - 2024-04-03

Changes

  • Fixed broken docs link

Updates

  • Bumped few go modules

v1.0.1

13 Mar 10:13
1c6b851
Compare
Choose a tag to compare

[1.0.1] - 2024-03-13

Initial release of the provider

New resources:

  • index/authorization.Authorization
  • index/bucket.Bucket
  • index/organization.Organization

New functions:

  • index/getAuthorization.getAuthorization
  • index/getAuthorizations.getAuthorizations
  • index/getBucket.getBucket
  • index/getBuckets.getBuckets
  • index/getOrganization.getOrganization
  • index/getOrganizations.getOrganizations