Skip to content

v1.14.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Oct 13:12
· 1427 commits to main since this release

Improved Resources

  • The rules within dynatrace_autotag and the conditions within these rules are no longer required to be an ordered list. The decision for that change got triggered by #132. Any existing .tf files or states will not be affected and will continue to work as expected. You will however notice a different behavior when using terraform plan.
  • The resource dynatrace_dashboard allows for configuring the attribute preset within the dashboard_metadata section. Although that attribute is also configurable via resource dynatrace_dashboard_sharing, the Dynatrace REST API also evaluates that flag when updating dashboards specifcally. In order to prevent contradictions as seen in #150 allowing for configuration in both places was unavoidable on short notice.