v1.18.1
New Resources
dynatrace_pg_alertingintroduces configuration for process group availability monitoringdynatrace_custom_tagsintroduces configuration for custom/manual tags
New Data Sources
dynatrace_entityallows querying a specific entity by its name and typedynatrace_entitiesallows querying all entities by its type
Additional Improvements
-
The full source code of this project is now contained within one repository.
-
Certain resources required
-parallelism=1to be specified forterraform apply. This is not necessary anymore. -
The resource
dynatrace_alerting,dynatrace_management_zone_v2,dynatrace_maintenancenow offer a computed attributedlegacy_id. These resources are using the newSettings 2.0API Endpoint - which unfortunately produces IDs that cannot directly be used within settings based on theConfiguration API. When e.g. configuring a resourcedynatrace_notification(based onConfiguration API) and want to refer to an Alerting Profile configured viadynatrace_alerting(Settings 2.0), you can now refer to the Alerting Profile usingdynatrace_alerting.<resourcename>.legacy_id. -
Resources containing multi-line strings are now able to safely use Heredoc syntax without
terraform planacting up. -
terraform-provider-dynatrace -exportdownloads resources now in parallel -
terraform-provider-dynatrace -exportgenerates direct references to resources instead of using data sources -
#176:
dynatrace_aws_credentialsnow allows for managing Supported Services via WebUI only (Terraform ignores them) -
Improved
dynatrace_http_monitor- Support for adapting request timeout
- Client certificates
- Request and Response Body aswell as Header Values are not getting stored during execution
Bug Fixes
- Fixed
dynatrace_autotag,dynatrace_management_zone,dynatrace_mangement_zone_v2where the order of rules led to non empty plans - Fixed
dynatrace_request_attributeis now able to handle theenabledproperty