diff options
Diffstat (limited to 'statuscake/provider.go')
-rw-r--r-- | statuscake/provider.go | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/statuscake/provider.go b/statuscake/provider.go index 7f38d7f..bba03fc 100644 --- a/statuscake/provider.go +++ b/statuscake/provider.go | |||
@@ -24,8 +24,11 @@ func Provider() terraform.ResourceProvider { | |||
24 | }, | 24 | }, |
25 | 25 | ||
26 | ResourcesMap: map[string]*schema.Resource{ | 26 | ResourcesMap: map[string]*schema.Resource{ |
27 | "statuscake_test": resourceStatusCakeTest(), | 27 | |
28 | "statuscake_ssl": resourceStatusCakeSsl(), | 28 | "statuscake_ssl": resourceStatusCakeSsl(), |
29 | "statuscake_test": resourceStatusCakeTest(), | ||
30 | "statuscake_contact_group": resourceStatusCakeContactGroup(), | ||
31 | >>>>>>> 0b957cd46a2a3a209c45778da2a7e1e55a94f3c7 | ||
29 | }, | 32 | }, |
30 | 33 | ||
31 | ConfigureFunc: providerConfigure, | 34 | ConfigureFunc: providerConfigure, |