fix typo in datadog provisioner documentation

This commit is contained in:
Purrbiscuit 2016-03-29 10:19:28 -04:00
parent 1b1e4620c7
commit 55269ae8d8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Provides a Datadog monitor resource. This can be used to create and manage Datad
# Create a new Datadog monitor
resource "datadog_monitor" "foo" {
name = "Name for monitor foo"
type = "Metric alert"
type = "metric alert"
message = "Monitor triggered. Notify: @hipchat-channel"
escalation_message = "Escalation message @pagerduty"