Skip to content

Commit

Permalink
Merge pull request #91 from oxlay/master
Browse files Browse the repository at this point in the history
Add datadog_screenboard resource
  • Loading branch information
masci authored Sep 7, 2018
2 parents 24b9a0d + 60f4b35 commit da63ea0
Show file tree
Hide file tree
Showing 11 changed files with 8,369 additions and 8,420 deletions.
1 change: 1 addition & 0 deletions datadog/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ func Provider() terraform.ResourceProvider {
"datadog_metric_metadata": resourceDatadogMetricMetadata(),
"datadog_monitor": resourceDatadogMonitor(),
"datadog_timeboard": resourceDatadogTimeboard(),
"datadog_screenboard": resourceDatadogScreenboard(),
"datadog_user": resourceDatadogUser(),
},

Expand Down
Loading

0 comments on commit da63ea0

Please sign in to comment.