Merge pull request #5897 from PurrBiscuit/datadog

fix typo in datadog provider documentation
This commit is contained in:
James Nugent 2016-03-29 09:26:19 -05:00
commit 1c399d119a
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"