From ef8104890fca1fa21f62b02736737f2f92e60fe6 Mon Sep 17 00:00:00 2001 From: Joseph Anthony Pasquale Holsten Date: Fri, 10 Feb 2017 13:04:26 -0800 Subject: [PATCH] ultradns: revert record thresholds --- .../ultradns/resource_ultradns_probe_http_test.go | 8 ++++---- .../ultradns/resource_ultradns_probe_ping_test.go | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/builtin/providers/ultradns/resource_ultradns_probe_http_test.go b/builtin/providers/ultradns/resource_ultradns_probe_http_test.go index c9c16b17bf..deb7c3d4b0 100644 --- a/builtin/providers/ultradns/resource_ultradns_probe_http_test.go +++ b/builtin/providers/ultradns/resource_ultradns_probe_http_test.go @@ -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 } diff --git a/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go b/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go index 04ea572fd9..3c7b39eefb 100644 --- a/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go +++ b/builtin/providers/ultradns/resource_ultradns_probe_ping_test.go @@ -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 }