We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4ff40 commit 31a23f1Copy full SHA for 31a23f1
registry/melmathari/templates/hetzner-cloud/main.tf
@@ -314,7 +314,6 @@ resource "hcloud_server" "workspace" {
314
}
315
316
user_data = templatefile("${path.module}/cloud-config.yaml.tftpl", {
317
- hostname = local.server_name
318
username = lower(data.coder_workspace_owner.me.name)
319
volume_device = "/dev/sdb"
320
init_script = base64encode(coder_agent.main.init_script)
0 commit comments