ultradns: revert record thresholds

This commit is contained in:
Joseph Anthony Pasquale Holsten 2017-02-10 13:04:26 -08:00 committed by jhols1
parent 8cf16943ad
commit ef8104890f
2 changed files with 8 additions and 8 deletions

View File

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

View File

@ -97,7 +97,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" {
run_probes = true
priority = 1
failover_delay = 0
threshold = 2
threshold = 1
weight = 2
}
@ -108,7 +108,7 @@ resource "ultradns_tcpool" "test-probe-ping-record" {
run_probes = true
priority = 2
failover_delay = 0
threshold = 2
threshold = 1
weight = 2
}
@ -168,7 +168,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" {
run_probes = true
priority = 1
failover_delay = 0
threshold = 2
threshold = 1
weight = 2
}
@ -179,7 +179,7 @@ resource "ultradns_tcpool" "test-probe-ping-pool" {
run_probes = true
priority = 2
failover_delay = 0
threshold = 2
threshold = 1
weight = 2
}