timescale / terraform-provider-timescale

Timescale Cloud Terraform Provider
Apache License 2.0
19 stars 2 forks source link

add support for data tiering #239

Open sebastianwebber opened 7 hours ago

sebastianwebber commented 7 hours ago

Suggested implementation plan

Data tiering support is handled by the API call ToggleDataTiering.

Implement the missing method in the client

Patching the resources in Terraform events

On update

On create

minkimipt commented 7 hours ago

@sebastianwebber something similar might be needed for the the call enabling data tiering in projects: https://github.com/timescale/savannah-projects/pull/1149