fix port typo

This commit is contained in:
Ben
2024-04-06 19:51:51 +00:00
parent c5c521fabd
commit 1197e6bf0d

View File

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