consul: grrrrr hclfmt test resource file

This commit is contained in:
Seth Hoenig
2020-08-10 09:38:45 -05:00
parent e664f9b69a
commit 6d7476cd3d

View File

@@ -10,14 +10,14 @@ job "check_pass_fail" {
port = "http"
check {
name = "check-name"
type = "http"
path = "/"
method = "POST"
interval = "10s"
timeout = "2s"
initial_status = "passing"
success_before_passing = 3
name = "check-name"
type = "http"
path = "/"
method = "POST"
interval = "10s"
timeout = "2s"
initial_status = "passing"
success_before_passing = 3
failures_before_critical = 4
}
}