v5.0.1
BUGFIXES:
-
resource/dashboard_group: The field
import_qualifiers
would not resolve to a clean plan if the dashboard group had an entry like:"importQualifiers" : [ { "filters" : [ ], "metric" : "" } ]
With this change the plan will at least be clean when the empty resource is included in tf:
import_qualifiers { }
This can be removed by sending a manual API request to update the dashboard group by setting
importQualifiers: []
. However if you modify the dashboard group in the UI the empty importQualifiers entry will return.