fix port typo

web-rdp-cloud-fixes
Ben 1 year ago
parent c5c521fabd
commit 1197e6bf0d

@ -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
}

Loading…
Cancel
Save