Skip to content

Commit

Permalink
Merge pull request DataDog#169 from DataDog/gabin/add-synthetics-reso…
Browse files Browse the repository at this point in the history
…urces

Support Synthetics Tests
  • Loading branch information
nmuesch authored Apr 15, 2019
2 parents 8d13c3d + 57ab95b commit 2d74beb
Show file tree
Hide file tree
Showing 13 changed files with 2,515 additions and 12 deletions.
1 change: 1 addition & 0 deletions datadog/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func Provider() terraform.ResourceProvider {
"datadog_downtime": resourceDatadogDowntime(),
"datadog_metric_metadata": resourceDatadogMetricMetadata(),
"datadog_monitor": resourceDatadogMonitor(),
"datadog_synthetics_test": resourceDatadogSyntheticsTest(),
"datadog_timeboard": resourceDatadogTimeboard(),
"datadog_screenboard": resourceDatadogScreenboard(),
"datadog_user": resourceDatadogUser(),
Expand Down
Loading

0 comments on commit 2d74beb

Please sign in to comment.