diff --git a/windows-rdp/main.tf b/windows-rdp/main.tf index 81ac95f..0e7d679 100644 --- a/windows-rdp/main.tf +++ b/windows-rdp/main.tf @@ -91,7 +91,7 @@ resource "coder_app" "windows-rdp" { subdomain = true healthcheck { - url = "http://localhost:${var.port}" + url = "http://localhost:7171" interval = 5 threshold = 15 }