diff options
-rw-r--r-- | resource_statuscaketest_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource_statuscaketest_test.go b/resource_statuscaketest_test.go index 17940ed..d38dc1c 100644 --- a/resource_statuscaketest_test.go +++ b/resource_statuscaketest_test.go | |||
@@ -168,7 +168,7 @@ resource "statuscake_test" "google" { | |||
168 | test_type = "HTTP" | 168 | test_type = "HTTP" |
169 | check_rate = 300 | 169 | check_rate = 300 |
170 | timeout = 10 | 170 | timeout = 10 |
171 | contact_id = 12345 | 171 | contact_id = 43402 |
172 | confirmations = 1 | 172 | confirmations = 1 |
173 | } | 173 | } |
174 | ` | 174 | ` |
@@ -190,7 +190,7 @@ resource "statuscake_test" "google" { | |||
190 | test_type = "TCP" | 190 | test_type = "TCP" |
191 | check_rate = 300 | 191 | check_rate = 300 |
192 | timeout = 10 | 192 | timeout = 10 |
193 | contact_id = 12345 | 193 | contact_id = 43402 |
194 | confirmations = 1 | 194 | confirmations = 1 |
195 | port = 80 | 195 | port = 80 |
196 | } | 196 | } |