Releases: splunk-terraform/terraform-provider-signalfx
Releases · splunk-terraform/terraform-provider-signalfx
v6.2.0
v6.1.0
v6.0.0
IMPROVEMENTS:
- resource/detector: Added back old method for setting teams.
- resource/dashboard_group: Added back old method for setting teams.
BREAKING CHANGES:
- resource/team: Removed short-lived method of setting detectors and dashboard_groups on team object.
v5.0.2
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.
v5.0.0
5.0.0 (September 10, 2020)
BREAKING CHANGES:
- resource/dashboard_group: The field
teams
have been removed, please use theteam
resource'sdashboard_groups
argument. #244 - resource/detector: The field
teams
has been removed, please use theteam
resource'sdetectors
argument. #244
IMPROVEMENTS:
- resource/team: The new arguments
detectors
anddashboard_groups
have been added. #244