Skip to content

Releases: splunk-terraform/terraform-provider-signalfx

v6.24.0

10 May 10:55
b4d2f1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.23.0...v6.24.0

v6.23.0

02 Mar 21:05
fd1fdcf
Compare
Choose a tag to compare

6.23.0

IMPROVEMENTS:

  • provider: Use go-retryablehttp for automatic retries with exponential backoff. Add retry_max_attempts (default=4), retry_wait_min_seconds (default=1), and retry_wait_max_seconds (default=30) configuration options. #416
  • resource/signalfx_metric_ruleset: added along with docs

v6.22.0

31 Jan 19:14
78c2db7
Compare
Choose a tag to compare

BUGFIXES:

  • resource/signalfx_table_chart: Added color option to viz_options to fix Error: Invalid address to set: []string{"viz_options", "0", "color"} #410

v6.21.0

27 Jan 16:19
26bf913
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_gcp_integration: Add custom_metric_type_domains option and rename deprecated field whitelist to include_list #412

BUGFIXES:

  • remove empty dashboards in tfstate when non-mirrored dashboards are included in a dashboard group #413

v6.20.0

06 Jan 19:11
72702a4
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_table_chart: Added viz_options option #402

v6.18.0

28 Oct 12:21
8022a37
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_gcp_integration: Add import_gcp_metrics option #397

BUGFIXES:

  • resource/signalfx_gcp_integration: Fix import_azure_monitor option - setting it as false now disables metrics properly #397

v6.17.0

14 Sep 14:59
c1c3684
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_table_chart added along with docs #389

BUGFIXES:

  • resource/resource_signalfx_org_token: Persist token even when token limits is not defined #392

v6.16.0

25 Aug 23:03
290aa7b
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_logs_list_chart renamed to resource/signalfx_log_view:
  • Added docs for resource/signalfx_log_view #387

v6.15.0

19 Aug 16:32
2dc7c54
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_logs_list_chart: Added a new resource for logs list chart #383

v6.14.0

19 Jul 14:38
db7783e
Compare
Choose a tag to compare

IMPROVEMENTS:

  • resource/signalfx_gcp_integration: add use_metric_source_project_for_quota field to the GCP integration #382
  • resource/signalfx_slack_integration: fixed documentation for the signalfx_webhook_integration resource #377