New Resources and Data Sources
- Resource
dynatrace_aws_service
covers configuration of Supported Services for AWS Credentials. - Data Source
dynatrace_aws_supported_services
allows you to query for all supported services configurable fro AWS Credentials.
Bug Fixes
- #267 - The schema for
meta_data
blocks of resourcedynatrace_metric_events
got accidentally changed with the previous release. - #261 - The token value of resource
dynatrace_api_token
was getting cleared within the Terraform State during subsequent executions ofterraform apply
Documentation Improvements
- The documentation for resources that are meanwhile considered deprecated by Dynatrace now refers to the resource that should be used instead (e.g.
dynatrace_alerting_profile
is deprecated, thereforedynatrace_alerting
should be used). Be aware that we will flag these resources as deprecated on Terraform Schema Level in one of the upcoming releases. They may still be used, but the Dynatrace API Endpoints they are using are likely not fully covering all possible configuration options. - For several resources certain fields have overlap with other resources (e.g.
dynatrace_application_error_rules
is partially covered by eitherdynatrace_web_app_request_errors
ordynatrace_web_app_custom_errors
). The documentation of these resources contains a hint about that fact in order to prevent users from configuring contradictory/inconsistent settings. - The documentation contains a note for resources that are excluded by default by the export functionality.
- #269 - The documentation of
dynatrace_autotag_v2
now contains a sample for how to use themetric_selector
attribute - #270 - Added clarifying comments for the attributes
dynamic_key
anddynamic_key_source
of resourcedynatrace_management_zone_v2