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

In order to keep dependencies updated, please add [.dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-github-dependabot-version-updates) to the repository

ticketed

## Steps to reproduce 1. Define a field which uses some upper-case characters in its name, e.g. ``` resource "sumologic_field" "TotallyDifferent" { count = 1 field_name = "TotallyDifferent" data_type =...

bug
ticketed

https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/field mentions: > The following arguments are supported: > [...] > field_id - (Required) Field identifier. Which I think is wrong. `field_id` is not required to be provided. It should...

bug
documentation
ticketed

Hello! First, thanks for making and maintaining this provider--it's a big help. We're using the provider to consolidate our team's saved searches and dashboards. We find that, for dashboards specifically...

bug

**Context**: `sumologic_user` is sometimes used to provision a bot/service account (i.e. not assigned to a human, but to some piece of automation - e.g. some integration tests, monitoring service, etc.)....

new-resource
feature request
ticketed

I suggest to support https://help.sumologic.com/Metrics/Metric_Rules_Editor/Create_Metric_Rules

new-resource
feature request

When importing Logpush configurations, the fields are not imported

If importing the insights config (instance wide config) and they're left at defaults it shows 0/0 for lookback and threshold. The true defaults are 14/12

When doing an import of existing rules, the Severity isn't pulled and is seen as "added" if set in code even if it matches upstream

https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/saml_configuration can be used to define SAML configurations. Similarly I'd like to request to able to define these: - "Require SAML Sign In All users must log in using one...

feature request
ticketed