github dynatrace-oss/terraform-provider-dynatrace v1.69.1

9 hours ago

Improvements

  • #562 - The export functionality now allows for specifying includes and excludes at the same time. Example terraform-provider-Dynatrace -export dynatrace_json_dashboard -exclude dynatrace_dashboard_sharing
  • The resource dynatrace_report is no longer getting exported by default. It depends on dynatrace_json_dashboard, which is also excluded by default.
  • #550 - The resource dynatrace_host_monitoring_mode is now utilizing different REST endpoints. Configuring the Monitoring Mode of an Agent differs significantly from other settings. See the documentation of dynatrace_host_monitoring_mode for details about limitations
  • For debugging purposes, setting the environment variable DYNATRACE_LOG_HTTP to stdout will capture HTTP traffic using Terraform Debug Logging instead of an external file

Bug Fixes

  • #549 - Resource dynatrace_mgmz_permission didn't support all possible permssions
  • #564 - Export functionality ignored environment variables DYNATRACE_CLUSTER_URL and DYNATRACE_CLUSTER_API_TOKEN
  • #560 - Containing an instance of dynatrace_hub_extension_config with an invalid ID within the state produced an unexpected error message instead of 404

Schema Updates

The following resources got updated to be compatible with the most recent schema version of Dynatrace:

  • dynatrace_discovery_default_rules
  • dynatrace_log_custom_source
  • dynatrace_log_oneagent
  • dynatrace_log_storage
  • dynatrace_log_sensitive_data_masking
  • dynatrace_log_timestamp
  • dynatrace_declarative_grouping
  • dynatrace_credentials
  • dynatrace_request_attribute

Changelog

  • fdadb8a v1.69.1
  • cc40f5a Updated dynatrace_request_attribute resource
  • ba88d17 Deleting removed endpoint /calculatedMetrics/log
  • 245ef20 Updated dynatrace_credentials resource
  • 5fed677 Updated dynatrace_declarative_grouping resource
  • fbeb108 v1.69.1
  • 56b5c16 Updated dynatrace_web_app_enablement resource
  • a895ad7 Updated dynatrace_mobile_app_enablement resource
  • 7e69c6f Updated dynatrace_log_timestamp resource
  • 7c693f5 Updated dynatrace_log_sensitive_data_masking resource
  • 5e145cd Updated dynatrace_log_storage resource
  • f767ac6 Updated dynatrace_log_oneagent resource
  • 454e3df Updated dynatrace_log_custom_source resource
  • d508f24 Updated dynatrace_discovery_default_rules resource
  • d1ed36e Updated resource with version update only
  • 8fda994 Introduced stdout logging with TF_LOG (#566)
  • e593992 Fixed #550
  • eabafa8 Fixed unexpected error during Delete for #560
  • 146cfd7 [Export] Excluded dynatrace_report from default export (dependency to dashboards)
  • c875b09 Fixed test case
  • d5afc87 removed debug output
  • 8e4d0a9 Fixed #564
  • 308e17d Fixed #563
  • ac7e712 Fixed #562

Don't miss a new terraform-provider-dynatrace release

NewReleases is sending notifications on new releases.