Releases: DataDog/terraform-provider-datadog
Releases · DataDog/terraform-provider-datadog
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
v3.43.1
v3.43.0
What's Changed
BUGFIXES
- [datadog_synthetics_test] prevent unnecessary marshalling unmarshalling of proto files / json descriptors by @etnbrd in #2503
IMPROVEMENTS
- [RUM] Update terraform definition with
rum_stream
fordata_source
by @ThibautGeriz in #2497 - [datadog_ip_allowlist] add ip allowlist example by @afrieds in #2509
FEATURES
- [datadog_synthetics_test] Support upload file in multistep API test by @etnbrd in #2516
- [datadog_dashboard] Update docs for new
incident_analytics
datasource by @brtu in #2523 - [provider] Add a default_tags attribute in the Datadog provider config, currently only used by the
datadog_monitor
resource by @Amaury-Behague in #2486
NOTES
New Contributors
- @ThibautGeriz made their first contribution in #2497
- @afrieds made their first contribution in #2509
- @brtu made their first contribution in #2523
- @Amaury-Behague made their first contribution in #2486
- @JHPart made their first contribution in #2512
Full Changelog: v3.42.0...v3.43.0
v3.42.0
What's Changed
BUGFIXES
IMPROVEMENTS
- [provider] Bump datadog-api-client to latest master by @AmitaiBl in #2494
- [datadog_provider] Reduce idle connection timeout by @skarimo in #2496
New Contributors
- @AmitaiBl made their first contribution in #2494
- @amaskara-dd made their first contribution in #2498
Full Changelog: v3.41.0...v3.42.0
v3.41.0
What's Changed
BUGFIXES
- [datadog_synthetics_test] Add default value to
http_version
by @Drarig29 in #2406 - [datadog_synthetics_test] Fix
renotify_interval
drift when saving from UI by @Drarig29 in #2457 - [datadog_synthetics_test] Remove
request_definition.timeout
default value by @Drarig29 in #2459 - [datadog_synthetics_test] prevent overriding the local state element from the backend response by @etnbrd in #2460
- [datadog_service_account] Role-assignment improvements for service accounts by @retsguj in #2434
- [datadog_application_key] Stop overwriting key values in state when the API omits the key by @jackakeller in #2451
IMPROVEMENTS
- [datadog_hosts] Add tags_by_source for datadog_hosts data source by @Nothing4You in #2375
FEATURES
- [datadog_synthetics_test] Support
unary
gRPC steps in multistep API tests by @Drarig29 in #2445 - [datadog_dashboard] Add
cross_org_uuid support
by @cheungringo in #2450 - [datadog_monitor] Handle zero-based priority values by @carlmartensen in #2455
- [datadog_powerpack] add support for datadog_powerpack data source by @bharling in #2458
NOTES
- [datadog_application_key] Add deprecation warning for importing datadog_application_key resources by @jackakeller in #2468
- [datadog_application_key] Add deprecation warning to datadog_application_key data source by @jackakeller in #2465
New Contributors
- @cheungringo made their first contribution in #2450
- @jackakeller made their first contribution in #2468
- @Nothing4You made their first contribution in #2375
- @bharling made their first contribution in #2458
Full Changelog: v3.40.0...v3.41.0