Skip to content

Releases: splunk-terraform/terraform-provider-signalfx

v9.0.0

24 Aug 10:14
dd30239
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

v8.1.0

02 Aug 08:04
4930c2f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

17 Jul 12:26
5382b50
Compare
Choose a tag to compare

What's Changed

  • Remove cloud services validation from AWS/Azure/GCP integrations by @bgola-signalfx in #444
  • Fix external-id when token-based AWS integration is created in two steps by @bgola-signalfx in #445
  • Update signalfx_aws_integration documentation by @akonarska in #446

Full Changelog: v7.0.0...v8.0.0

v7.0.0-beta1

28 Jun 13:53
8e23d88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.24.0...v7.0.0-beta1

v7.0.0

29 Jun 13:09
8e23d88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.24.0...v7.0.0

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