]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/commitdiff
Merge branch 'statuscake_adding_contact_group' of https://github.com/ldjohnson/terraf...
authorstack72 <public@paulstack.co.uk>
Tue, 17 Jan 2017 16:11:23 +0000 (16:11 +0000)
committerstack72 <public@paulstack.co.uk>
Tue, 17 Jan 2017 16:11:23 +0000 (16:11 +0000)
1  2 
resource_statuscaketest.go

index 6c340d86978e89970aea5049be5f6122f6d4c26a,a1d735415b7a1ecaff710fbb6ef3ed4c53e00194..0cdc76d8eefc5f80c62a3e8b4978f413f99a5cee
@@@ -53,14 -58,6 +58,10 @@@ func resourceStatusCakeTest() *schema.R
                                Type:     schema.TypeInt,
                                Computed: true,
                        },
-                       "contact_id": &schema.Schema{
-                               Type:     schema.TypeInt,
-                               Optional: true,
-                       },
 +                      "confirmations": &schema.Schema{
 +                              Type:     schema.TypeInt,
 +                              Optional: true,
 +                      },
                },
        }
  }