BUGFIXES:
datadog_monitor
: DiffSuppress the difference betweenmetric alert
andquery alert
no matter what is in the current state and prevent the force recreation of monitors due to this change. (#247)
BUGFIXES:
datadog_monitor
: Don't force the destruction and recreation of a monitor when the type changes betweenmetric alert
andquery alert
. (#242)
NOTES:
datadog_monitor
: The silence attribute is beginning its deprecation process, please usedatadog_downtime
instead (#221)
IMPROVEMENTS:
datadog_monitor
: Use ForceNew when changing the Monitor type (#236)datadog_monitor
: Add default tono data
timeframe of 10 minutes. (#212)datadog_synthetics_test
: Support synthetics monitors in composite monitors. (#222)datadog_downtime
: Add validation to tags, add timezone parameter, improve downtime id handling, add descriptions to fields. (#204)datadog_screenboard
: Add support for metadata alias in graphs. (#215)datadog_screenboard
: Addcustom_bg_color
to graph config. [#189] Thanks @milanvdm- Update the vendored go client to
v2.21.0
. (#230)
BUGFIXES:
datadog_timeboard
: Fix theextra_col
from having a non empty plan when there are no changes. (#231)datadog_timeboard
: Fix theprecision
from having a non empty plan when there are no changes. (#228)datadog_monitor
: Fix the sorting of monitor tags that could lead to a non empty diff. (#214)datadog_monitor
: Properly savequery_config
as to avoid to an improper non empty diff. (#209)datadog_monitor
: Fix and clarify documentation on unmuting monitor scopes. (#202)datadog_screenboard
: Change monitor schema to be of type String instead of Int. [#154] Thanks @mnaboka
IMPROVEMENTS:
datadog_downtime
: Addmonitor_tags
getting and setting (#167)datadog_monitor
: Add support forenable_logs
in log monitors (#151)datadog_monitor
: Add suport forthreshold_windows
attribute (#131)- Support importing dashboards using the new string ID (#184)
- Various documentation fixes and improvements (#152, #171, #176, #178, #180, #183)
NOTES:
- This release includes Terraform SDK upgrade to 0.12.0-rc1. The provider is backwards compatible with Terraform v0.11.X, there should be no significant changes in behavior. Please report any issues to either Terraform issue tracker or to Terraform Datadog Provider issue tracker (#194, #198)
INTERNAL:
- provider: Enable request/response logging in
>=DEBUG
mode (#153)
IMPROVEMENTS:
- Add Synthetics API and Browser tests support + update go-datadog-api to latest. (169)
BUGFIXES:
- Bump go api client to 2.19.0 to fix TileDefStyle.fillMax type errors. (143)(144)
- Fix the usage of
start_date
andend_data
only being read on the first apply. (145)
IMPROVEMENTS:
FEATURES:
- New Resource:
datadog_integration_pagerduty
(135)
BUGFIXES:
- the graph.style.palette_flip field is a boolean but only works if it's passed as a string. (#29)
- datadog_monitor - Removal of 'silenced' resource argument has no practical effect. (#41)
- datadog_screenboard - widget swapping
x
andy
parameters. (#119) - datadog_screenboard - panic: interface conversion: interface {} is string, not float64. (#117)
IMPROVEMENTS:
- Feature Request: AWS Integration. (#76)
- Bump datadog api to v2.18.0 and add support for include units and zero. (#121)
IMPROVEMENTS:
- Add Google Cloud Platform integration (#108)
- Add new hostmap widget options:
node type
,fill_min
andfill_max
. (#106) - Use dates to set downtime interval, improve docs. (#113)
- Bump Terraform provider SDK to latest. (#110)
- Better document
evaluation_delay
option. (#112)
IMPROVEMENTS:
BUGFIXES:
- Allow
new_host_delay
to be unset (#100)
IMPROVEMENTS:
- Add full support for Datadog screenboards (#91)
BUGFIXES:
BUG FIXES:
IMPROVEMENTS:
- Update
go-datadog-api
to v.2.11.0 and move vendoring fromgopkg.in/zorkian/go-datadog-api.v2
togithub.com/zorkian/go-datadog-api
(#84) - Deprecate
is_admin
as part of the work needed to add support foraccess_role
(#85)
IMPROVEMENTS:
- Added more docs detailing expected weird behaviours from the Datadog API. (#79)
- Added support for 'unknown' monitor threshold field. (#45)
- Deprecated the
role
argument forUser
resources since it's now a noop on the Datadog API. (#80)
BUG FIXES:
- Bump
go-datadog-api.v2
to v2.10.0 thus fixing tag removal on monitor updates (#43)
IMPROVEMENTS:
datadog_downtime
- adding support for settingmonitor_id
(#18)
IMPROVEMENTS:
datadog_monitor
- Add support for monitor recovery thresholds (#37)
BUG FIXES:
- Fix issue with DataDog service converting metric alerts to query alerts (#16)
BUG FIXES:
- Fix issue reading resources that have been updated outside of Terraform (#34)
BUG FIXES:
- Improved detection of "drift" when graphs are reconfigured outside of Terraform. (#27)
- Fixed API response decoding error on graphs. (#27)
FEATURES:
- New Resource:
datadog_metric_metadata
(#17)
NOTES:
- Same functionality as that of Terraform 0.9.8. Repacked as part of Provider Splitout