Skip to content

v3.2.9

Choose a tag to compare

@github-actions github-actions released this 30 Jun 21:22
4fa6134

FEATURES:

  • New Resource: sumologic_lambda_invoke_action - Invoke AWS Lambda functions for enabling S3 logging and auto-enable operations.

BUG FIXES:

  • Fixed sumologic_source_template deletion failing with "Enabled source template cannot be deleted" by disabling the template before issuing the delete call.
  • Fixed resource_sumologic_cse_aggregation_rule and resource_sumologic_cse_outlier_rule so that they don't see a perpetual plan diff when Sumo internally updates a non-overridable field. The fix adjusts non-overrideable fields to be Optional & Computed, which allows those fields to be read from the API during an override instead of asserting a hardcoded value. Logic has been added to ensure these fields are still required during a create.

DOCS:

  • Fixed documentation for sumologic_s3_archive_source to clarify it creates a source for ingesting from an S3 archive bucket (not an Archive Destination). Added a note pointing to the Archive Management UI for creating archive destinations. Fixed incorrect content_type value in example usage (AwsS3BucketAwsS3ArchiveBucket).