Skip to content

Commit

Permalink
applied formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
balpurewal committed Oct 14, 2024
1 parent 962f7cc commit 221043f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions azurerm/modules/azurerm-app-gateway/app_gateway.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ resource "azurerm_application_gateway" "network" {
}

probe {
name = "k8s-probe"
host = var.pick_host_name_from_backend_http_settings ? null : "127.0.0.1"
protocol = "Http"
interval = 15
unhealthy_threshold = 4
timeout = 15
path = "/healthz"
pick_host_name_from_backend_http_settings = var.pick_host_name_from_backend_http_settings
name = "k8s-probe"
host = var.pick_host_name_from_backend_http_settings ? null : "127.0.0.1"
protocol = "Http"
interval = 15
unhealthy_threshold = 4
timeout = 15
path = "/healthz"
pick_host_name_from_backend_http_settings = var.pick_host_name_from_backend_http_settings
match {
status_code = ["200"]
}
Expand Down

0 comments on commit 221043f

Please sign in to comment.