Releases: dynatrace-oss/terraform-provider-dynatrace
Releases · dynatrace-oss/terraform-provider-dynatrace
v1.68.1
Improvements
- #544 - Resource
dynatrace_mgmz_permissionproduces non-empty plans when the permissionVIEWERisn't specified explicitly. The documentation now contains information for how to avoid that - #541 - Resource
dynatrace_aws_serviceresolves conflicts between built-in and custom services now automatically - Data Source
dynatrace_entitiesdoesn't error out anymore when the entity selector refers to a non existent management zone by name. Terraform will now print out a warning onto console
Bug Fixes
- #540 - Resource
dynatrace_network_zonewas missing the ability to configure the fallback mode - #542 - Deleting IAM user groups or policies outside of Terraform was leading to errors when running
terraform planfor these resources - #547 - Deleting Management Zones outside of Terraform was leading to errors when running
terraform planfor resourcedynatrace_mgmz_permission - #545 - Resources for
dynatrace_iam_policy_bindings_v2were getting unnecessarily recreated when list of policies changes
Changelog
- fb5a104 v1.68.1
- d8bdc0a Preliminary documentation templates for OpenPipeline
- 9b13e11 Disabled OpenPipeline resources / data sources. Documentation not final yet
- fe1ce1c Disabled Platform Bucket Integration tests until further notice
- 3cda616 Improvement: Data Source
dynatrace_entitieswill print out a warning when the REST API produces an error while querying for entities - 24e3719 feat: Initial OpenPipeline resources (#546)
- ccd8bae Fix: Data Source
dynatrace_entitiesdoesn't error out anymore when configured with a non existent Management Zone in the Entity Selector - 5fbe2e2 Fixed #547
- 445bb18 Fixed #545
- 52c4a36 Fixed #541
- 98514e6 removed compiler / code style warnings
- de961b3 Fixed #542
- 29abc79 Fixed #544
- 49df5fb Resolved #540
v1.68.0
New Resources
dynatrace_devobs_agent_optincovers configuration for Developer Observability agent opt-indynatrace_devobs_data_maskingcovers configuration for Developer Observability sensitive data maskingdynatrace_davis_copilotcovers configuration for Davis CoPilot
Improvements
- Updated migration helper spreadsheet
- Improved handling of HTTP error 429 code for IAM resources
Bug Fixes
- #534 - Resolved non-empty plan for
dynatrace_automation_workflow_aws_connectionsresource forpolicy_arnsattribute - #535 - Resolved invalid plan when deleting a Management Zone outside of Terraform for
dynatrace_iam_permissionanddynatrace_iam_groupresources
Changelog
- fd694e5 v1.68.0
- df23e77 Improvements when iam_* resources return 429 code
- f104b2f Fixed #535
- 25cf388 Updated migration helper spreadsheet
- cdbb36f Introduced
dynatrace_davis_copilotresource - a8a8a5a Updated
dynatrace_devobs_data_maskingwith ordering - d8ca2d4 Introduced
dynatrace_devobs_data_maskingresource - 461b9f9 Fixed #534
- 534b99e Introduced
dynatrace_devobs_agent_optinresource - 01bc77a v1.67.0
- aba82d3 Fixed #533
- a45375f Cleaned up documentation
- 09a4069 Introduced
dynatrace_automation_workflow_aws_connectionsresource
v1.67.0
New Resources
dynatrace_devobs_git_onpremcovers configuration for Developer Observability git on-premise servers.
Improvements
- #531 - Configuration for OAuth Credentials has been streamlined across all resources and the export functionality. The environment variables
DT_CLIENT_IDandDT_CLIENT_SECRETare now sufficient enough and are getting evaluated by all resources. For resources configuring IAM functionality theDT_ACCOUNT_IDwill be required in addition. All other environment variables (likeDYNATRACE_CLIENT_ID,DT_IAM_CLIENT_SECRET, ...) are nevertheless still supported.
Bug Fixes
- #527 - Exporting Cluster related resources fails when configuring an URL with a trailing
/character for the Cluster URL - #528 - Missing OAuth Credentials (
DT_CLIENT_ID,DT_CLIENT_SECRET, ...) are now producing a helpful error message instead ofInvalid OAuth Credentials - #529 - Data Source
dynatrace_entitiesdidn't set the attributeentitiesif none are matching the specified entity selector - #532 - Exporting
dynatrace_hub_extension_configjust covered the first 20 extensions
Schema Updates
- Resource
dynatrace_app_monitoringgot updated to be compatible with the most recent schema version of Dynatrace
Changelog
- a70e486 Merge branch 'main' of https://github.com/dynatrace-oss/terraform-provider-dynatrace
- 1fcf63f Fixed #532
- 6c07d2f Fixed #531
- e2665a3 Introduced
dynatrace_devobs_git_onpremresource - 3760832 [Tests] Introduced first version of acceptance tests for
dynatrace_golden_state - 423dc0f Enabled deletion functionality for resource
dynatrace_golden_state - 11f0eaa code cleanup
- 8b89498 [Cleanup] Removed the
unknownsattribute from resourcedynatrace_processgroup_naming. It serves no purpose anymore, but generates warnings when terraform logging is on debug mode - d2cea3a Introduced a demo resource that can get included during tutorials
- 2fdcdd0 Updated resource with version update only
- 7fd9e32 Updated
dynatrace_app_monitoringresource - eeef1f2 Fixed #529
- 9fbfa08 Fixed #528
- faaccb7 removed debug output
- 57ad2ba Fixed #527
- 1a21e9b Updated documentation
v1.66.0
New Resources
dynatrace_golden_staterepresents a pseudo-resource. It allows you to automatically delete settings that are not maintained by Terraform - or just get notified about them. See the documentation for details. This resource is currently not yet feature complete.
Improvements
- The export functionality no longer exits early when configured to run single threaded and one of the schemas is unreachable
Bug Fixes
- #523 - HCL code generated by the export functionality produced invalid code when that code referred to non-existent entities (services, process groups, ...)
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_request_attributedynatrace_custom_servicedynatrace_host_namingdynatrace_processgroup_namingdynatrace_service_naming
v1.65.0
New Resources
dynatrace_histogram_metricscovers configuration for histogram data ingestiondynatrace_kubernetes_enrichmentcovers configuration for generic metadata enrichment rules for Kubernetes
Improvements
- Re-enabled
privateattribute for thedynatrace_documentresource
Bug Fixes
- #519 - Added env variables for
dynatrace_management_zone_v2to fine tune polling mechanism
v1.64.0
v1.63.0
New Data Sources
dynatrace_generic_settingsand 'dynatrace_generic_setting' cover queries for Settings 2.0 objectsdynatrace_api_tokensanddynatrace_api_tokencovers queries for access tokens
v1.62.0
New Resources
dynatrace_web_app_custom_injectioncovers configuration for web application custom injection rulesdynatrace_discovery_default_rulescovers configuration for discovery findings default rulesdynatrace_discovery_feature_flagscovers configuration for Discovery and Coverage app feature flags
Bug Fixes
- #509 - Unable to apply workflow with Davis Problem Event as trigger
- #510 - dynatrace_autotag_v2 always detects changes
- #511 - Provider failed to plan correctly for dynatrace_business_events_oneagent
- #512 - dynatrace_autotag_v2 doesn't propagate a tag's value
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_attack_rulesdynatrace_vulnerability_codedynatrace_webhook_notificationdynatrace_automation_k8s_connections
v1.61.0
New Resources
dynatrace_business_events_oneagent_outgoingcovers configuration for OneAgent business eventsdynatrace_oneagent_default_modecovers configuration for OneAgent default mode
Bug Fixes
- #499 - Added support for attribute
allowedEntitiesin resourcedynatrace_credentials - #503 -
terraform-provider-dynatrace -export -list-exclusionsleads to crash - #505 - Attribute
auto_update_chromiumignored when set tofalseindynatrace_synthetic_locationresource
Schema Updates
The following resources got updated to be compatible with the most recent schema version of Dynatrace:
dynatrace_alertingdynatrace_mobile_app_enablementdynatrace_web_app_enablementdynatrace_autotag_v2dynatrace_automation_workflow_jiradynatrace_automation_workflow_slackdynatrace_disk_edge_anomaly_detectorsdynatrace_os_servicesdynatrace_process_availability
v1.60.0
New Resources
dynatrace_network_monitorcovers configuration for network availability monitorsdynatrace_network_monitor_outagecovers configuration for network availability monitor outage handlingdynatrace_hub_permissionscovers configuration for Dynatrace Hub installation requestsdynatrace_automation_workflow_k8s_connectionscovers configuration for Kubernetes Automation for Workflows app