From 6ad7af97bbcfa90a6798dd78ae19adfcef179bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rui=20Gon=C3=A7alves?= Date: Tue, 31 Jan 2017 12:44:06 +0000 Subject: Fix statuscake test timeout schema (#11541) --- resource_statuscaketest.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'resource_statuscaketest.go') diff --git a/resource_statuscaketest.go b/resource_statuscaketest.go index 0cdc76d..bc05364 100644 --- a/resource_statuscaketest.go +++ b/resource_statuscaketest.go @@ -54,10 +54,13 @@ func resourceStatusCakeTest() *schema.Resource { Optional: true, Default: false, }, + "timeout": &schema.Schema{ Type: schema.TypeInt, - Computed: true, + Optional: true, + Default: 40, }, + "confirmations": &schema.Schema{ Type: schema.TypeInt, Optional: true, -- cgit v1.2.3