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 usingterraform plan
. - The resource
dynatrace_dashboard
allows for configuring the attributepreset
within thedashboard_metadata
section. Although that attribute is also configurable via resourcedynatrace_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.