Skip to content

Commit

Permalink
[dashboards] Add new Dashboard resource (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
enbashi authored and Slavek Kabrda committed Jul 24, 2019
1 parent 70331e5 commit 236dded
Show file tree
Hide file tree
Showing 7 changed files with 5,508 additions and 1 deletion.
1 change: 1 addition & 0 deletions datadog/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func Provider() terraform.ResourceProvider {
"datadog_synthetics_test": resourceDatadogSyntheticsTest(),
"datadog_timeboard": resourceDatadogTimeboard(),
"datadog_screenboard": resourceDatadogScreenboard(),
"datadog_dashboard": resourceDatadogDashboard(),
"datadog_user": resourceDatadogUser(),
"datadog_integration_gcp": resourceDatadogIntegrationGcp(),
"datadog_integration_aws": resourceDatadogIntegrationAws(),
Expand Down
Loading

0 comments on commit 236dded

Please sign in to comment.