Julian Tölle

Results 125 comments of Julian Tölle

The `hcloud_server` delete code does not correctly wait for the server delete action to complete before returning. Because of this the new server resource is created before the old server...

I opened another issue (#1799) to discuss the duplicate rules, before I saw this one. Is there a reason why we need to keep the old `kube-apiserver.rules`?

I too am unable to reproduce this issue. I am going to close the issue for now, if you still have this problem, feel free to reopen or create a...

Hey @ThomasLandauer, I too was unable to reproduce the issue. I am going to close it for the time being. Please feel free to reopen or create a new one,...

As @phaer said, this was added in Terraform v0.12.0: https://github.com/hashicorp/terraform/releases/tag/v0.12.0 which was released over 3 years ago. Going to close this issue as it works as intended. Please feel free...

I am going to close this issue has the problem has been resolved. If this still occurs feel free to reopen the issue.

Hi @whoracle, it would be great if you could send me debug logs for this, so I can investigate what is happening here. To generate the logs you can use...

Hi @ifeulner (and @cschlesselmann), can you describe your use case and why attaching after creation would not work for you?

You can avoid this dependency by using the `hcloud_server_network` resource to attach the server to the network. This will automatically first detach the server, then recreate the subnet, then attach...

This looks like the same bug as #556, which will be fixed by #593. Please feel free to reopen or create a new issue if the problem persists.