terraform-provider-sumologic icon indicating copy to clipboard operation
terraform-provider-sumologic copied to clipboard

Terraform provider for Sumo Logic

Results 140 terraform-provider-sumologic issues
Sort by recently updated
recently updated
newest added

When defining sumologic_monitor entities even if the sumologic_folder resource is in the same state, the monitor will fail creation if the parent_id is set to a sumologic_folder: parent_id= sumologic_folder.security_monitors.id │...

correct argument list details, update examples

We had an existing resource defined such as: ``` resource "sumologic_content" "some_name"{ parent_id = 12345 config = jsonencode({ "name": "name of saved search" ... }) } ``` We made a...

I changed a user from ```hcl resource "sumologic_user" "jdoe" { first_name = "John" last_name = "Doe" email = "[email protected]" transfer_to = "" role_ids = [sumologic_role.example-production.id] is_active = true } ```...

Addresses https://pkg.go.dev/vuln/GO-2024-2611 https://nvd.nist.gov/vuln/detail/CVE-2024-24786

Hello, I am trying to do a minimal translation to convert old scheduled searches to the newer monitors. As such, I want to simply define the alerting `threshold`, `threshold_type`, and...

Hello! We've been using this provider for some time (currently running the latest version, 2.30.0), and recently we've started receiving errors with the `sumologic_content` resource (which we use to create...

The regex in log search name was outdated, we are using a regex allowing names with more broader fields with api. With this change we are removing regex validation in...