Skip to content

v5.0.1

Compare
Choose a tag to compare
@jrcamp jrcamp released this 23 Sep 15:51
· 419 commits to main since this release

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.