Releases: DataDog/terraform-provider-datadog
Releases · DataDog/terraform-provider-datadog
v3.0.0
IMPROVEMENTS:
- Upgrade terraform-plugin-sdk to v2. See https://www.terraform.io/docs/extend/guides/v2-upgrade-guide.html for all the internal changes.
NOTES:
datadog_monitor
: Remove thethreshold
deprecated property.datadog_monitor
: Remove thethreshold_windows
deprecated property.datadog_monitor
: Remove thesilenced
deprecated property.datadog_dashboard
: Remove thelayout
deprecated property from widgets.datadog_dashboard
: Remove thetime
deprecated property from widgets.datadog_dashboard
: Remove thelogset
deprecated property from widgets.datadog_dashboard
: Remove thecount
deprecated property from widgets.datadog_dashboard
: Remove thestart
deprecated property from widgets.datadog_dashboard
: Remove thecompute
deprecated property from widgets.datadog_dashboard
: Remove thesearch
deprecated property from widgets.datadog_integration_pagerduty
: Remove theservices
deprecated property.datadog_logs_archive
: Remove thes3
deprecated property.datadog_logs_archive
: Remove theazure
deprecated property.datadog_logs_archive
: Remove thegcs
deprecated property.datadog_screenboard
: Remove the deprecated resourcedatadog_service_level_objective
: Remove themonitor_search
deprecated property.datadog_timeboard
: Remove the deprecated resource.datadog_synthetics_test
: Remove therequest
deprecated property.datadog_synthetics_test
: Remove theassertions
deprecated property.datadog_synthetics_test
: Remove theoptions
deprecated property.datadog_synthetics_test
: Remove thestep
deprecated property.datadog_synthetics_test
: Remove thevariable
deprecated property.datadog_user
: Remove thehandle
deprecated property.datadog_user
: Remove theis_admin
deprecated property.datadog_user
: Remove theaccess_role
deprecated property.datadog_user
: Remove therole
deprecated property.
v2.26.1
v2.26.0
IMPROVEMENTS:
datadog_logs_custom_pipeline
: Add mutex to logs custom pipeline resource (#1069)datadog_logs_custom_pipeline
: Use code formatting in description for attribute re-mapper (#1061)datadog_monitor
: Update monitor critical threshold documentation (#1055)datadog_monitor
: Retry on 504's when validating monitors (#1038)datadog_dashboard_json
: Ignore widget IDs for diff on dashboard JSON resource (#1028)datadog_monitor
: Add monitors datasource for multiple monitors (#1048)datadog_synthetics_test
: Add support for setCookie, dnsServerPort, allowFailure and isCritical fields for Synthetics tests (#1052)datadog_dashboard
: Add new properties to group widget, note widget and image widget (#1044)datadog_synthetics_test
: Add support for icmp tests (#1030)datadog_dashboard
: Implement formulas and functions for geomap widgets (#1043)datadog_dashboard
: Formula and Function support for Toplist Widgets in Dashboard resource (#951)datadog_dashboard
: Add reflow_type property for dashboards (#1017)datadog_dashboard
: Formula and Function support for Query Value Widgets in Dashboard resource (#953)
FEATURES:
datadog_service_level_objective
: Add SLO data sources (#931)
BUGFIXES:
datadog_downtime
: Properly mark active/disabled fields as readonly to avoid diffs (#1034)datadog_integration_aws
: Mark AWS account as non existent if GET returns 400 when AWS integration not installed (#1047)
NOTES:
v2.25.0
IMPROVEMENTS:
datadog_slo_correction
: Add docs for SLO Correction resource (#1021)datadog_synthetics_test
: Use new API models for api tests (#1005)datadog_monitor
: Improve consistency by using response from POST/PUT requests (#1015)datadog_synthetics_test
: AddnoSavingResponseBody
andnoScreenshot
fields (#1012)datadog_logs_metric
: Addgroup_by
block to logs_metric example (#1010)
FEATURE:
datadog_dashboard
: Add support for Formula and Function support for Timeseries Widgets (#892)datadog_synthetics_test
: Add support formulti
step synthetics API tests (#1007)datadog_security_monitoring_default_rule
: Add datadog default security monitoring rule filters (#965)datadog_synthetics_test
: Add support for global_time_target for SLO widgets (#1003)
BUGFIXES:
datadog_synthetics_test
: Settick_every
as required and add default value forexample
field (#1020)datadog_monitor
: Fix diff suppression for fieldrestricted_roles
(#1011)datadog_integration_slack_channel
: Fixaccount_id
field not being set on imports (#1019)datadog_synthetics_test
: Fix error when passing empty step param (#1014)datadog_integration_gcp
: Set ForceNew to true on non-updatable GCP resource fields (#1014)datadog_dashboard
: Add retry on 502's when listing dashboard (#1006)
NOTES:
- Update the underlying Datadog go client to v1.0.0-beta.19. See here for changes.
v2.24.0
v2.23.0
IMPROVEMENTS:
datadog_dashboard
: Implement support for Geomap Dashboard Widget (#954)
FEATURE:
datadog_dashboard_json
: Add new dashboard JSON resource (#950)
BUGFIXES:
datadog_dashboard
: Add a retry on 504 errors when there is a timeout (#975)datadog_integration_slack_channel
: Fix issue causing slack channels to not be created in some situations (#981)datadog_monitor
: Explicitly checkmonitor_id
fornil
value to fix an issue with terraformer (#962)datadog_security_monitoring_default_rule
: Fix issue that prevented default rule cases notifications to be updated (#956)
NOTES:
- Update the underlying Datadog go client to v1.0.0-beta.17. See here for changes.
v2.22.0
IMPROVEMENTS:
datadog_dashboard
: Improve consistency by using response from POST/PUT requests directly to save state (#909)datadog_downtime
: Improve consistency by using response from POST/PUT requests directly to save state (#905)datadog_ip_ranges
: Add support for reading ipv4/6 prefixes by location for synthetics (#934)datadog_logs_archive_order
: Improve consistency by using response from POST/PUT requests directly to save state (#912)datadog_logs_archive
: Improve consistency by using response from POST/PUT requests directly to save state (#912)datadog_logs_custom_pipeline
: Improve consistency by using response from POST/PUT requests directly to save state (#913)datadog_logs_index_order
: Improve consistency by using response from POST/PUT requests directly to save state (#915)datadog_logs_index
: Improve consistency by using response from POST/PUT requests directly to save state (#915)datadog_logs_integration_pipeline
: Improve consistency by using response from POST/PUT requests directly to save state (#913)datadog_logs_metric
: Improve consistency by using response from POST/PUT requests directly to save state (#917)datadog_logs_pipeline_order
: Improve consistency by using response from POST/PUT requests directly to save state (#913)datadog_metric_metadata
: Improve consistency by using response from POST/PUT requests directly to save state (#922)datadog_monitor
: Add support forgroupby_simple_monitor
option to monitor resource (#952)datadog_monitor
: Improve consistency by using response from POST/PUT requests directly to save state (#901)datadog_role
: Improve consistency by using response from POST/PUT requests directly to save state (#925)datadog_service_level_objective
: Improve consistency by using response from POST/PUT requests directly to save state (#910)datadog_slo_correction
: Improve consistency by using response from POST/PUT requests directly to save state (#921)datadog_user
: Improve consistency by using response from POST/PUT requests directly to save state (#927)
FEATURE:
datadog_integration_slack_channel
: Add support for slack channel resource (#932)
BUGFIXES:
datadog_dashboard
: Fix template_variable_presets to support optional template_variables (#944)
NOTES:
v2.21.0
IMPROVEMENTS:
datadog_integration_aws_filter
: Add new resource (#881).datadog_slo_correction
: Add new resource (#866).
FEATURES:
datadog_monitor
: Add restricted roles. (#883).datadog_synthetics_test
: Add parameter to prevent useless diffs for browser tests (#854).datadog_synthetics_test
: Add newbrowser_step
field for browser tests (#849).
BUGFIXES:
datadog_synthetics_global_variable
: Fix settingparse_test_options
attribute (#867).datadog_security_monitoring_rule
: Fix enabled attribute retrieval (#862).datadog_metric_metadata
: Fix id retrieval when calling the read function (#856).datadog_logs_custom_pipeline
: Support empty strings for filter query (#855).datadog_dashboard
: Handle crash intimeseries_definition
(#863).datadog_synthetics_test
: Turn locations into a set (#864).
NOTES:
v2.20.0
IMPROVEMENTS:
datadog_logs_metrics
: Add new resource (#823).
FEATURES:
datadog_dashboard
: Store dashboard widget IDs (#815).datadog_synthetics_test
: Add support for global variables from test (#831).
BUGFIXES:
datadog_synthetics_test
: Store SHA 256 hash of certificates in state instead of the actual cert (#835).
NOTES: