aboutsummaryrefslogtreecommitdiffhomepage
path: root/resource_statuscaketest.go
diff options
context:
space:
mode:
Diffstat (limited to 'resource_statuscaketest.go')
-rw-r--r--resource_statuscaketest.go5
1 files changed, 4 insertions, 1 deletions
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 {
54 Optional: true, 54 Optional: true,
55 Default: false, 55 Default: false,
56 }, 56 },
57
57 "timeout": &schema.Schema{ 58 "timeout": &schema.Schema{
58 Type: schema.TypeInt, 59 Type: schema.TypeInt,
59 Computed: true, 60 Optional: true,
61 Default: 40,
60 }, 62 },
63
61 "confirmations": &schema.Schema{ 64 "confirmations": &schema.Schema{
62 Type: schema.TypeInt, 65 Type: schema.TypeInt,
63 Optional: true, 66 Optional: true,