Skip to content

Commit

Permalink
Merge branch 'librato-alerts' of https://github.com/elblivion/terraform
Browse files Browse the repository at this point in the history
… into elblivion-librato-alerts
  • Loading branch information
stack72 committed Aug 31, 2016
2 parents b891f6f + e4af2d5 commit a6c55dd
Show file tree
Hide file tree
Showing 14 changed files with 1,553 additions and 3 deletions.
2 changes: 2 additions & 0 deletions builtin/providers/librato/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 a6c55dd

Please sign in to comment.