Open sebastianwebber opened 7 hours ago
Data tiering support is handled by the API call ToggleDataTiering.
ToggleDataTiering
client.Service
dataTieringSettings.enable
(r *ServiceResource) Update()
(r *ServiceResource) Create()
@sebastianwebber something similar might be needed for the the call enabling data tiering in projects: https://github.com/timescale/savannah-projects/pull/1149
Suggested implementation plan
Data tiering support is handled by the API call
ToggleDataTiering
.Implement the missing method in the client
client.Service
with the new fields (dataTieringSettings.enable
)Patching the resources in Terraform events
On update
(r *ServiceResource) Update()
(example)On create
(r *ServiceResource) Create()