Skip to content

Commit 31a23f1

Browse files
committed
Update main.tf
1 parent 0b4ff40 commit 31a23f1

File tree

1 file changed

+0
-1
lines changed
  • registry/melmathari/templates/hetzner-cloud

1 file changed

+0
-1
lines changed

registry/melmathari/templates/hetzner-cloud/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ resource "hcloud_server" "workspace" {
314314
}
315315

316316
user_data = templatefile("${path.module}/cloud-config.yaml.tftpl", {
317-
hostname = local.server_name
318317
username = lower(data.coder_workspace_owner.me.name)
319318
volume_device = "/dev/sdb"
320319
init_script = base64encode(coder_agent.main.init_script)

0 commit comments

Comments
 (0)