We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data tiering support is handled by the API call ToggleDataTiering.
ToggleDataTiering
client.Service
dataTieringSettings.enable
(r *ServiceResource) Update()
(r *ServiceResource) Create()
The text was updated successfully, but these errors were encountered:
@sebastianwebber something similar might be needed for the the call enabling data tiering in projects: https://github.com/timescale/savannah-projects/pull/1149
Sorry, something went wrong.
No branches or pull requests
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()
The text was updated successfully, but these errors were encountered: