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