v3.2.9
FEATURES:
- New Resource:
sumologic_lambda_invoke_action- Invoke AWS Lambda functions for enabling S3 logging and auto-enable operations.
BUG FIXES:
- Fixed
sumologic_source_templatedeletion failing with "Enabled source template cannot be deleted" by disabling the template before issuing the delete call. - Fixed
resource_sumologic_cse_aggregation_ruleandresource_sumologic_cse_outlier_ruleso 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_sourceto 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 incorrectcontent_typevalue in example usage (AwsS3Bucket→AwsS3ArchiveBucket).