Fix spurious ending brace

This commit is contained in:
Alex Lemaresquier 2017-09-09 18:30:57 +00:00
parent 04e2482d6c
commit 3898be1251

View File

@ -153,7 +153,7 @@ resource "datadog_monitor" "datadog_free_disk_space_inodes_10" {
# notify_no_data = false # notify_no_data = false
# renotify_interval = 0 # renotify_interval = 0
# no_data_timeframe = 20 # no_data_timeframe = 20
} #}
resource "datadog_monitor" "datadog_free_memory" { resource "datadog_monitor" "datadog_free_memory" {
name = "Free memory < 5%" name = "Free memory < 5%"