Skip to content

Releases: SumoLogic/terraform-provider-sumologic

v3.2.3

29 Jan 00:34

Choose a tag to compare

ENHANCEMENTS:

  • Added update support for sumologic_ot_collector resource.
  • Suppressed system-managed sumo.disco.* tags so they no longer appear in Terraform plans or state when reading OT Collectors.
  • Added IsEnabled field in sumologic_source_template resource.
  • Added enable/disable support to the sumologic_source_template resource.
  • Updated endpoint for sumologic_source_template resource to use the open API standard.

BUG FIXES:

  • Fix for failing content test case for scheduled searches

v3.2.2

07 Jan 00:21
1176878

Choose a tag to compare

DOCS:

  • Added searchableTime description for intervalTimeType in create log search parameters

v3.2.1

04 Dec 19:21
15c6b5a

Choose a tag to compare

DOCS:

  • Fixed a typo in the resource documentation for sumologic_cse_tag_schema
    BUG FIXES:
  • Fixed sumologic_cse_match_list to support more than 10000 match list items

v3.2.0

21 Nov 23:59
31cddc4

Choose a tag to compare

  • Add support for Zurich region

v3.1.8

11 Nov 18:42
59eb057

Choose a tag to compare

BUG FIXES:

  • Fixed validation error when updating roles with selection_type="Deny"

v3.1.7

31 Oct 17:29
64733ee

Choose a tag to compare

  • Add auto_pause_enabled support for scheduled_view

v3.1.6

10 Oct 16:22

Choose a tag to compare

  • Updated monitor documentation with a few trigger condition fields that were missing.
  • New Resource: sumologic_azure_metrics_source (GH-710), macros (SUMO-260843)

v3.1.5

09 Sep 15:55
f0a52e8

Choose a tag to compare

ENHANCEMENTS:

  • Moved Capabilities from List to Set in Roles V2 API

v3.1.4

26 Aug 23:01
bc8d2a4

Choose a tag to compare

ENHANCEMENTS:

Added support for overriding sumo built-in rules
Updated Terraform version in GitHub Actions tests to 1.7.5
BUG FIXES:

Add region filter support to sumologic_azure_metrics_source

v3.1.3

07 Aug 14:55
fe98861

Choose a tag to compare

BUG FIXES:

  • Corrected selection_type configuration in RolesV2 resources.

FEATURES:

  • The sumologic_role_v2 resource has been promoted from Beta to General Availability (GA).
  • New Resource: sumologic_local_windows_event_log_source (GH-785)

MAINTENANCE:

  • Removed obsolete comments about auto-generated code. All code in this repo is eligible for by-hand modification.
  • Add a guide for contributors