ultradns: revert record thresholds
This commit is contained in:
parent
8cf16943ad
commit
ef8104890f
|
@ -109,7 +109,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 1
|
priority = 1
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -120,7 +120,7 @@ resource "ultradns_tcpool" "test-probe-http-minimal" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 2
|
priority = 2
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 1
|
priority = 1
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,7 +193,7 @@ resource "ultradns_tcpool" "test-probe-http-maximal" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 2
|
priority = 2
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 1
|
priority = 1
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -108,7 +108,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 2
|
priority = 2
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,7 +168,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 1
|
priority = 1
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" {
|
||||||
run_probes = true
|
run_probes = true
|
||||||
priority = 2
|
priority = 2
|
||||||
failover_delay = 0
|
failover_delay = 0
|
||||||
threshold = 2
|
threshold = 1
|
||||||
weight = 2
|
weight = 2
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue