What whould you like to see?
Hi, when specifying shutdown_before_deletion = true for hcloud_server, I often end up with the next warning when performing terraform destroy:
Warning: Server id 12345 did not finish shutting down gracefully in time, deleting it anyways.
Which sort of defeats the purpose of shutdown_before_deletion, which is supposed shut down the node gracefully.
It would be nice if there were an option to configure the timeout for graceful server shutdown, in cases where I know that it can take a while, and want it to wait, to avoid potential data loss.