Merge pull request #8364 from hashicorp/f-datadog-docs

provider/datadog: Docs updates
This commit is contained in:
James Nugent 2016-08-22 06:03:24 +02:00 committed by GitHub
commit be5ba7bfdc
2 changed files with 22 additions and 12 deletions

View File

@ -101,3 +101,11 @@ The following arguments are supported:
The following attributes are exported:
* `id` - ID of the Datadog monitor
## Import
Monitors can be imported using their numeric ID, e.g.
```
$ terraform import datadog_monitor.bytes_received_localhost 2081
```

View File

@ -3,25 +3,27 @@
<div class="docs-sidebar hidden-print affix-top" role="complementary">
<ul class="nav docs-sidenav">
<li<%= sidebar_current("docs-home") %>>
<a href="/docs/providers/index.html">&laquo; Documentation Home</a>
</li>
<a href="/docs/providers/index.html">&laquo; Documentation Home</a>
</li>
<li<%= sidebar_current("docs-datadog-index") %>>
<a href="/docs/providers/datadog/index.html">Datadog Provider</a>
</li>
<a href="/docs/providers/datadog/index.html">Datadog Provider</a>
</li>
<li<%= sidebar_current(/^docs-datadog-resource/) %>>
<a href="#">Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-datadog-resource-monitor") %>>
<a href="/docs/providers/datadog/r/monitor.html">datadog_monitor</a>
<a href="/docs/providers/datadog/r/timeboard.html">datadog_timeboard</a>
</li>
</ul>
<a href="#">Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-datadog-resource-monitor") %>>
<a href="/docs/providers/datadog/r/monitor.html">datadog_monitor</a>
</li>
<li<%= sidebar_current("docs-datadog-resource-timeboard") %>>
<a href="/docs/providers/datadog/r/timeboard.html">datadog_timeboard</a>
</li>
</ul>
</li>
</ul>
</div>
<% end %>
<%= yield %>
<% end %>
<% end %>