Skip to content

Releases: komminarlabs/terraform-provider-influxdb3

v1.2.2

12 Sep 13:38
ede59f3
Compare
Choose a tag to compare

[1.2.2] - 2024-09-12

Added:

  • Added retry mechanism to retry InfluxDB v3 API request at least 3 times before erroring.

v1.2.1

21 Aug 17:24
3b337b9
Compare
Choose a tag to compare

[1.2.1] - 2024-08-21

Fixed:

  • Fixed docs.

v1.2.0

21 Aug 16:51
cde0061
Compare
Choose a tag to compare

[1.2.0] - 2024-08-21

Added:

v1.0.1

13 Aug 11:09
a2295ca
Compare
Choose a tag to compare

[1.0.1] - 2024-08-13

Updated:

  • Fixed unsafe pointer bug in token resource during create and update
  • Set require replacement attribute in database name as the api does not support updating a database

v1.0.0

05 Aug 14:13
c05ddf5
Compare
Choose a tag to compare

[1.0.0] - 2024-08-05

Added:

  • Replaced internal management API client library with a client library that was generated from OpenAPI spec.

Removed:

  • Removed the partition_template support and will be implemented in the future version. This is because the current version did not support all types of the partition_template and in the future versions this will be fully implemented.

v0.1.0

01 May 19:10
9528fab
Compare
Choose a tag to compare

[0.1.0] - 2024-05-01

Added:

  • New Data Source: influxdb3_database

  • New Data Source: influxdb3_databases

  • New Data Source: influxdb3_token

  • New Data Source: influxdb3_tokens

  • New Resource: influxdb3_database

  • New Resource: influxdb3_token