File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.21.0 (February 9, 2021)
2
+
3
+ IMPROVEMENTS:
4
+
5
+ - ` datadog_integration_aws_filter ` : Add new resource ([ #881 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/881 ) ).
6
+ - ` datadog_slo_correction ` : Add new resource ([ #866 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/866 ) ).
7
+
8
+ FEATURES:
9
+
10
+ - ` datadog_monitor ` : Add restricted roles. ([ #883 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/883 ) ).
11
+ - ` datadog_synthetics_test ` : Add parameter to prevent useless diffs for browser tests ([ #854 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/854 ) ).
12
+ - ` datadog_synthetics_test ` : Add new ` browser_step ` field for browser tests ([ #849 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/849 ) ).
13
+
14
+ BUGFIXES:
15
+
16
+ - ` datadog_synthetics_global_variable ` : Fix setting ` parse_test_options ` attribute ([ #867 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/867 ) ).
17
+ - ` datadog_security_monitoring_rule ` : Fix enabled attribute retrieval ([ #862 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/862 ) ).
18
+ - ` datadog_metric_metadata ` : Fix id retrieval when calling the read function ([ #856 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/856 ) ).
19
+ - ` datadog_logs_custom_pipeline ` : Support empty strings for filter query ([ #855 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/855 ) ).
20
+ - ` datadog_dashboard ` : Handle crash in ` timeseries_definition ` ([ #863 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/863 ) ).
21
+ - ` datadog_synthetics_test ` : Turn locations into a set ([ #864 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/864 ) ).
22
+
23
+ NOTES:
24
+
25
+ - ` datadog_dashboard ` : Deprecate TypeMap complex fields ([ #853 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/853 ) ).
26
+ - ` datadog_synthetics_test ` : Deprecate TypeMap field ([ #870 ] ( https://github.com/Datadog/terraform-provider-datadog/pull/870 ) ).
27
+ - ` datadog_monitor ` : Include SDK when a tag is a unexpected prefix ([ #781 ] ( https://github.com/DataDog/terraform-provider-datadog/issues/781 ) ).
28
+ - Backport performance fix to SDK v1.
29
+
1
30
## 2.20.0 (January 20, 2021)
2
31
3
32
IMPROVEMENTS:
You can’t perform that action at this time.
0 commit comments