Releases: dynatrace-oss/terraform-provider-dynatrace
v1.77.0
New Resources
- #501 - Introduced the resources
process_group_naming_order
,dynatrace_host_naming_order
anddynatrace_service_naming_order
- #582 - Introduced the resource
dynatrace_custom_service_order
Improvements
- #590 - Added support for authentication via OAuth for all eligible resources. This includes all resources that are based on the Settings 2.0 API. A few remaining resources are still based on endpoints offered by the Config API, simply because there exists no counterpart in Settings 2.0 yet. These resources still require an API Token. Please read this post about how to enforce OAuth credentials for all resources.
- #625 - The documentation for
dynatrace_credentials
now contains an example for how to upload a certificate file
Bug Fix
- #653 - Updating / deleting
dynatrace_slo_v2
resources errored out in certain situations - #652 - Resource
dynatrace_alerting
insists on specifying an emptytags
attribute in situations where none are allowed to get specified by the REST API - #642 - Resource
dynatrace_http_monitor_script
was included in the list of resources exported by default - The documentation for
dynatrace_host_anomalies
didn't list the allowed values foron_graceful_shutdowns
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_url_based_sampling
Changelog
- d9374af v1.77.0
- 930a6b5 Updated
dynatrace_url_based_sampling
resource - e9efaee Updated resource with version update only
- ebf0855 Updated supported resources documentation
- f83c622 Updated docs in response of #625
- 80d41d2 fixed typo in doc
- b445c8a Fixed #582
- dac968e updated documentation for attribute
on_graceful_shutdowns
- c9ab2c5 Fixed #501
- a774004 streamlined a couple of remaining app-related services to the new rest client structure
- 7b23752 Existing Platform resources streamlined to use the new rest client structure
- db462fe Fixed #642
- 10474fc Introduced Rate Limiter and Retry Options (429 response) for all platform clients
- 00a3e94 Fixed #652
- 6ebb58b Fixed #653
- dc4c716 Bump golang.org/x/net from 0.33.0 to 0.36.0 (#655)
- 0f71ba0 Fixed #590
v1.76.0
New Resource
- A preliminary version of
dynatrace_segment
covers configuration of segments to logically structure observability data across apps on the Dynatrace platform. Please read the documentation on the Terraform Registry about limitations
Bug Fixes
- #648 Export functionality skips selectOption Synthetic events
- #657 Exporting dynatrace_openpipeline_logs may produce zero results
Changelog
v1.75.1
v1.75.0
New Resource
dynatrace_monitored_technologies_python
covers configuration to enable/disable Python monitoringdynatrace_iam_policy_boundary
covers boundaries that can get specified when binding policies to user groups via Account Management API for SaaS Accounts
Bug Fix
- Fixed
dynatrace_documents
data source from potentially crashing provider - Fixed export utility from panicking when pulling list of unnamed web applications
- #641 - Fixed
dynatrace_custom_service
resource from producing non-empty plans - #643 - Resolved
dynatrace_automation_workflow
resource missingtype
attribute
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_log_timestamp
dynatrace_declarative_grouping
dynatrace_vulnerability_settings
dynatrace_log_sensitive_data_masking
Changelog
- c3176e1 v1.75.0
- 6085d24 Introduced resource
dynatrace_policy_boundary
(#645) - abda5de Updated
dynatrace_attack_allowlist
resource - 3ae020d Fixed #643
- db0e234 Fixed #643
- 9eba535 Introduced
dynatrace_monitored_technologies_python
resource - 157a58c Updated
dynatrace_log_sensitive_data_masking
resource - c285d5f Updated
dynatrace_vulnerability_settings
resource - 6ed1a5f Updated
dynatrace_declarative_grouping
resource - b58befd Updated
dynatrace_log_timestamp
resource - 36aab04 Updated resource with version update only
- c48c24c Fixed #641
- daf35ef Fix: Export functionlity potentially panics when pulling a list of entries (web applications) produces unnamed records
- 7487b60 Introduced data source
dynatrace_dql
as incubator resource - f7870ac Fix: Data Source
dynatrace_documents
may crash provider
v1.74.1
New Resources
dynatrace_security_context
covers configuration for security context settings
Bug Fixes
#626 - Exports of dynatrace_json_dashboard_base
since v1.72.2 created a required lifecycle
meta atribute.
- The REST Endpoint for resource
dynatrace_platform_bucket
produces unexpected short responses in some customer environments - leading toterraform plan
to fail. The environment variableDT_BUCKETS_IGNORE_UNEXPECTED_EOF
with valuetrue
is a way to prevent these failing plans.
Improvements
#638 - Added documentation for how to configure the provider within .tf code
- Deleting
dynatrace_platform_bucket
resource works quicker now
Changelog
- 870ea11 v1.74.1
- c6867b5 Introduced
DT_BUCKETS_IGNORE_UNEXPECTED_EOF
- 3459a68 Deleting platform buckets takes longer than necessary to confirm that the bucket has been deleted
- 1158858 adds documentation how to configure provider in code (#638)
- 855edd9 Disabled test related to #631
- 8807d7b Updated test cases
- 62611ba Introduced
dynatrace_security_context
resource
v1.74.0
Bug Fixes
#626 - Exports of dynatrace_json_dashboard_base
since v1.72.2 created a required lifecycle
meta atribute. Older exports didn't work anymore out of the box
#634 - The resource dynatrace_oneagent_default_version
is no longer backed by configurable schema. The resource dynatrace_oneagent_updates
supersedes that functionality now. dynatrace_oneagent_default_version
is still supported for backwards compatibility, but won't have any effects from now on
#629 - Applying dynatrace_slo_v2
produced the error message Provider produced inconsistent result after apply
in some environments
#635 - Resource dynatrace_automation_workflow
wrongfully requires attribute states
within task options
Improvements
- The resource
dynatrace_browser_monitor
now supports the attributesfetch_requests
,xml_http_requests
,javascript_errors
andtimed_actions
#623 - Allow configuration of anomaly detection for Key User Actions of adynatrace_web_application
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_maintenance
dynatrace_vulnerability_code
dynatrace_vulnerability_settings
dynatrace_appsec_notification
dynatrace_attribute_allow_list
dynatrace_davis_anomaly_detectors
dynatrace_devobs_agent_optin
dynatrace_log_sensitive_data_masking
dynatrace_histogram_metrics
dynatrace_problem_fields
dynatrace_web_app_custom_injection
dynatrace_site_reliability_guardian
dynatrace_app_monitoring
dynatrace_log_agent_feature_flags
dynatrace_builtin_process_monitoring
dynatrace_log_storage
dynatrace_log_timestamp
Changelog
- 46a012f v1.74.0
- 89190a4 Disabled test for new field - enable v309
- 55aa10e Introduced
dynatrace_web_app_auto_injection
resource - f7d9265 Updated
dynatrace_attack_allowlist
schema version - 4618c1f Updated
dynatrace_log_timestamp
resource - fd1119b Updated
dynatrace_log_sensitive_data_masking
resource - dbda63b Updated
dynatrace_log_storage
resource - aed7f6b Updated
dynatrace_builtin_process_monitoring
resource - 14812dd Updated
dynatrace_log_agent_feature_flags
resource - 932b53d Updated
dynatrace_app_monitoring
resource - d79ca28 Updated
dynatrace_site_reliability_guardian
resource - c7462e1 Fixed #635
- 6b85ae0 Updated resource with version update only
- dfc1740 Ensured that the new properties with default value = true are getting exported correctly
- ddc3818 Fixed generating HCL code for bool with default value = true on all levels of hierarchy
- 6232d62 Fixed #629
- 633d7a6 Resolved #623
- 4075ff0 Updated
dynatrace_browser_monitor
resource - c8eee50 added deprecation message to
dynatrace_oneagent_default_version
- 9fdedb4 Fixed #634
- 43386c6 Fixed #626
v1.73.1
v1.73.0
New Resource
dynatrace_business_events_capturing_variants
covers configuration for OneAgent business event capturing variants
Bug Fix
- #627 - Potential fix: introduced checks for null tasks
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_discovery_default_rules
dynatrace_attack_allowlist
dynatrace_davis_anomaly_detectors
dynatrace_oneagent_updates
dynatrace_log_custom_source
Changelog
- d616ae9 v1.73.0
- 59b57ec Potential fix for #627
- 1b40805 Potential fix for #627
- f83944b Updated
dynatrace_automation_workflow_aws_connections
test case - c9b8e35 Update tests.yml
- aee288f Introduced
dynatrace_business_events_capturing_variants
resource - 83cebf4 Fixed minor typo with
dynatrace_business_events_oneagent_outgoing
resource - e16cd93 Updated
dynatrace_log_custom_source
resource - aca1a9c Updated
dynatrace_oneagent_updates
resource - cad6968 Updated
dynatrace_davis_anomaly_detectors
resource - aa48af0 Updated
dynatrace_attack_allowlist
resource - 2a45a0c Updated
dynatrace_discovery_default_rules
resource - 3260aed Updated resource with version update only