Skip to content

Commit

Permalink
Support for Librato Alerts and Services
Browse files Browse the repository at this point in the history
  • Loading branch information
elblivion committed Aug 13, 2016
1 parent 8de555e commit f8cd7a5
Show file tree
Hide file tree
Showing 5 changed files with 1,021 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ func Provider() terraform.ResourceProvider {
ResourcesMap: map[string]*schema.Resource{
"librato_space": resourceLibratoSpace(),
"librato_space_chart": resourceLibratoSpaceChart(),
"librato_alert": resourceLibratoAlert(),
"librato_service": resourceLibratoService(),
},

ConfigureFunc: providerConfigure,
Expand Down
Loading

0 comments on commit f8cd7a5

Please sign in to comment.