Releases: DataDog/terraform-provider-datadog
Releases · DataDog/terraform-provider-datadog
v3.51.0
What's Changed
BUGFIXES
- [provider] Prevent the experimental default_tags field from deduplicating tags by @Amaury-Behague in #2728
- [datadog_synthetics_test] Prevent updating
files
with the backend response to keep the plan stable by @etnbrd in #2731 - [datadog_webhook] fix import by @amaskara-dd in #2742
- [datadog_integration_aws_account] Fix panic when resources_config is omitted by @ktmq in #2749
- [datadog_synthetics_test] update the step params when reordering steps by @etnbrd in #2741
IMPROVEMENTS
- [datadog_synthetics_test] Add step public id in the state by @etnbrd in #2744
- [resource_datadog_role] ACCESS-2867 - Support
default_permissions_opt_out
attribute in Terraform by @wangwillson1 in #2710
FEATURES
- [datadog_logs_pipelines_order] Add datasource for Logs Pipelines Order by @LorisFriedel in #2732
New Contributors
- @LorisFriedel made their first contribution in #2732
- @gpalmz made their first contribution in #2738
Full Changelog: v3.50.0...v3.51.0
v3.50.0
What's Changed
BUGFIXES
- [datadog_monitor] Allow default_tags values to contain colons. by @Amaury-Behague in #2703
- [datadog_synthetics_test] Fix multistep client certificate by @AntoineDona in #2683
- [resource_datadog_logs_index] Fix having zero retention logs indexes with flex by @Prepager in #2716
- [datadog_integration_cloudflare_account] Don't set email left empty and ignore resource order by @nkzou in #2724
- [datadog_monitor] Change enable_samples to optional by @lexicalunit in #2680
FEATURES
- [datadog_synthetics_test] Add mobile support by @teodor2312 in #2701
- [datadog_sensitive_data_standard_pattern] add description and deprecate pattern by @vinckama in #2704
- [datadog_synthetics_test] Add
exitIfSucceed
to multistep API tests by @Drarig29 in #2708 - [datadog_synthetics_test] Add support for mobile steps by @teodor2312 in #2717
- [datadog_integration_aws_account] Add
datadog_integration_aws_account
resource by @ktmq in #2682 - [datadog_integration_aws_available_namespaces] Create AWS Integrations V2 datasources
datadog_integration_aws_available_logs_services/namespaces
by @ktmq in #2709
NOTES
New Contributors
- @bthuilot made their first contribution in #2713
- @ktmq made their first contribution in #2682
- @lexicalunit made their first contribution in #2680
Full Changelog: v3.49.0...v3.50.0
v3.49.0
What's Changed
BUGFIXES
- [resource_monitor_json] Avoid restricted role diffs with restriction_policy by @phillip-dd in #2638
- [datadog_webhook] Fix panic on missing encode_as field by @nkzou in #2689
- [datadog_authn_mapping] Read team assignment when importing AuthN mappings by @chris-pinola-rf in #2686
IMPROVEMENTS
FEATURES
- [datadog_synthetics_test] Add
always_execute
andexit_if_succeed
to browser steps by @Drarig29 in #2647 - [datadog_integration_ms_teams_tenant_based_handle] Added Resource by @kblackdd in #2657
- [datadog_rum_metric] Add support for the resource. by @hemeryar in #2643
NOTES
- [datadog_sensitive_data_scanner_rule] make recommended keywords an opt-out option by @amaskara-dd in #2674
New Contributors
- @kblackdd made their first contribution in #2657
- @hemeryar made their first contribution in #2643
- @AntoineDona made their first contribution in #2688
- @chris-pinola-rf made their first contribution in #2686
- @jegutierrez made their first contribution in #2692
Full Changelog: v3.48.1...v3.49.0
v3.48.1
What's Changed
BUGFIXES
- [datadog_integration_aws_tag_filter] include
step_functions
as valid enum for v1 AWS tag filter by @amaskara-dd in #2671
Full Changelog: v3.48.0...v3.48.1
v3.48.0
What's Changed
BUGFIXES
- [datadog_cloudflare] Remove default and update doc by @skarimo in #2658
- [synthetics_test] Handle
request_file
when state does not exist by @skarimo in #2659
FEATURES
- [resource_datadog_domain_allowlist] Domain allowlist provider support by @diab42 in #2637
- [datadog_dashboard][datadog_powerpack] Update go client to support
good_minutes
andbad_minutes
for Time Slice SLOs by @amaskara-dd in #2662
New Contributors
Full Changelog: v3.47.0...v3.48.0
v3.47.0
What's Changed
BUGFIXES
- [datadog_software_catalog] v3 terraform needs to hydrate the current state from raw content by @christinexlee in #2591
- [datadog_user_role] lookup roles per user, rather than users per role by @pablito-perez in #2609
- [cloud_configuration_rule] Make order of cloud configuration rule tags deterministic by @volnt in #2628
- [datadog_synthetics_test] Handle secure
config_variables
on import by @skarimo in #2653
FEATURES
- [datadog_dashboard] Add support for x and y axis controls on distribution widgets by @RobThomas02 in #2611
- [datadog_security_monitoring_rule] Add reference_tables field to security monitoring rule resource by @paul-hf in #2610
- [datadog_integration_gcp_sts] Add CloudRevisionRunFilters field to GCPStsServiceAccount Tf module by @tedkahwaji in #2612
- [datadog_integration_gcp_sts] Add Support for MetricNamesapceConfig & IsResourceCollectionChangeEnabled for GCP Service Accounts by @tedkahwaji in #2650
New Contributors
- @christinexlee made their first contribution in #2591
- @pablito-perez made their first contribution in #2607
- @RobThomas02 made their first contribution in #2611
- @tedkahwaji made their first contribution in #2612
Full Changelog: v3.46.0...v3.47.0
v3.46.0
Full Changelog: v3.45.0...v3.46.0
v3.44.1
What's Changed
BUGFIXES
- [datadog_logs_custom_destination] Fix creation failing without forward_tags_restriction_list set by @Prepager in #2565
- [datadog_synthetics_test] Handle both integer and string values for port by @nkzou in #2577
IMPROVEMENTS
Full Changelog: v3.44.0...v3.44.1
v3.44.0
What's Changed
BUGFIXES
- [datadog_api_key] Stop overwriting key values in state when the API omits the key by @tyjet in #2544
- [datadog_restriction_policy] Allow policy deletions outside of terraform to prompt resource recreation by @dchayes-dd in #2545
FEATURES
- [datadog_software_catalog] Entity resource by @hyperloglogy in #2537
- [datadog_logs_custom_destination] Introduce logs custom destination resource by @Prepager in #2542
- [datadog_synthetics_test] Support
grpc_message
extracted variables by @Drarig29 in #2552 - [datadog_logs_custom_destination] Introduce logs custom destination resource by @Prepager in #2555
NOTES
- [datadog_synthetics_test] allow variable in port by @etnbrd in #2522
- [datadog_api_key] Add deprecation warning to datadog_api_key data source by @tyjet in #2541
- [datadog_api_key] Add deprecation warning for importing datadog_api_key resources by @tyjet in #2543
- [SOCE-1320] update description for slo validate option by @zhengshizhao in #2532
New Contributors
- @tyjet made their first contribution in #2541
- @dchayes-dd made their first contribution in #2545
Full Changelog: v3.43.1...v3.44.0