Releases: SumoLogic/terraform-sumologic-aws-observability
Releases · SumoLogic/terraform-sumologic-aws-observability
Release list
v3.0.0
What's Changed
This is the first release from the new dedicated repository terraform-sumologic-aws-observability. The AWS Observability Solution (AWSO) has been fully migrated out of the monorepo sumologic-solution-templates (last version there: v2.15.0) into this standalone Terraform module.
Highlights
- New dedicated registry module — published as
SumoLogic/aws-observability/sumologicon the Terraform Registry - Upgraded provider constraints:
hashicorp/aws>= 5.16.2, < 7.0.0SumoLogic/sumologic>= 3.3.0, < 4.0.0terraform>= 1.5.7
- Module restructured into two submodules:
modules/apps— Installs Sumo Logic apps, monitors, metric rules, FERs, and hierarchy (deploy once per org)modules/collections— Creates AWS collection infrastructure: CloudTrail, ELB, CloudWatch, Kinesis Firehose sources (deploy per account/region)
- Added ECS with Container Insights support
- Added multi-account/multi-region deployment support via AWS provider aliasing
- Added existing source URL feature — bring your own pre-configured sources
- Added S3 bucket retention and safety nets against accidental destroy of shared resources
- Added automated integration tests (Go-based test framework)
- Removed deprecated IAM root-cause source policy
- Fixed IAM policy propagation dependencies, field issues, and deprecated Terraform warnings
Full Changelog: https://github.com/SumoLogic/terraform-sumologic-aws-observability/commits/v3.0.0