mirror of https://github.com/hashicorp/terraform
provider/datadog: Default notify_no_data on datadog_monitor to false (#11903)
Fixes: #11863 Backwards incompatible so will not be pushed to 0.8.x series. This follows the datadog documentation as mentioned in the issue ``` % make testacc TEST=./builtin/providers/datadog TESTARGS='-run=TestAccDatadogMonitor_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2017/02/13 12:30:24 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/datadog -v -run=TestAccDatadogMonitor_ -timeout 120m === RUN TestAccDatadogMonitor_Basic --- PASS: TestAccDatadogMonitor_Basic (84.23s) === RUN TestAccDatadogMonitor_BasicNoTreshold --- PASS: TestAccDatadogMonitor_BasicNoTreshold (81.92s) === RUN TestAccDatadogMonitor_Updated --- PASS: TestAccDatadogMonitor_Updated (82.91s) === RUN TestAccDatadogMonitor_TrimWhitespace --- PASS: TestAccDatadogMonitor_TrimWhitespace (63.34s) === RUN TestAccDatadogMonitor_Basic_float_int --- PASS: TestAccDatadogMonitor_Basic_float_int (75.84s) PASS ok github.com/hashicorp/terraform/builtin/providers/datadog 388.257s ```pull/11909/head
parent
8985a8ce1b
commit
a322e916ba
Loading…
Reference in new issue