a322e916ba
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 ``` |
||
---|---|---|
.. | ||
config.go | ||
import_datadog_monitor_test.go | ||
provider.go | ||
provider_test.go | ||
resource_datadog_monitor.go | ||
resource_datadog_monitor_test.go | ||
resource_datadog_timeboard.go | ||
resource_datadog_timeboard_test.go |