Releases: komminarlabs/terraform-provider-influxdb3
Releases · komminarlabs/terraform-provider-influxdb3
v1.2.3
v1.2.2
[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
[1.2.1] - 2024-08-21
Fixed:
- Fixed docs.
v1.2.0
[1.2.0] - 2024-08-21
Added:
- Added partition_template support. Note: Database and table partitions can only be defined on create. You cannot update the partition strategy of a database or table after it has been created. An update will result in resource replacement.
v1.0.1
[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
[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
[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