|
|
|
|
@ -109,7 +109,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" {
|
|
|
|
|
run_probes = true
|
|
|
|
|
priority = 1
|
|
|
|
|
failover_delay = 0
|
|
|
|
|
threshold = 2
|
|
|
|
|
threshold = 1
|
|
|
|
|
weight = 2
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -120,7 +120,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" {
|
|
|
|
|
run_probes = true
|
|
|
|
|
priority = 2
|
|
|
|
|
failover_delay = 0
|
|
|
|
|
threshold = 2
|
|
|
|
|
threshold = 1
|
|
|
|
|
weight = 2
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -182,7 +182,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" {
|
|
|
|
|
run_probes = true
|
|
|
|
|
priority = 1
|
|
|
|
|
failover_delay = 0
|
|
|
|
|
threshold = 2
|
|
|
|
|
threshold = 1
|
|
|
|
|
weight = 2
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -193,7 +193,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" {
|
|
|
|
|
run_probes = true
|
|
|
|
|
priority = 2
|
|
|
|
|
failover_delay = 0
|
|
|
|
|
threshold = 2
|
|
|
|
|
threshold = 1
|
|
|
|
|
weight = 2
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|