provider/datadog: Document import support

This commit is contained in:
James Nugent 2016-08-22 06:00:05 +02:00
parent faf43292c7
commit 3264f56860
1 changed files with 8 additions and 0 deletions

View File

@ -101,3 +101,11 @@ The following arguments are supported:
The following attributes are exported: The following attributes are exported:
* `id` - ID of the Datadog monitor * `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
```