terraform-provider-sumologic
terraform-provider-sumologic copied to clipboard
Terraform provider for Sumo Logic
to manage the service allowlists document: https://help.sumologic.com/docs/manage/security/create-allowlist-ip-cidr-addresses/ rest api doc https://api.au.sumologic.com/docs/#tag/serviceAllowlistManagement thank you!
https://organizations.sumologic.com/docs/#tag/organizationsManagement create/update child org. thankyou
for scenarios like us, we have multiple sumologic accounts, and we are using environment variables to set access id/key, it would be nice to support multiple accounts. i know its...
I wanted to report some unexpected terraform behavior with the [sumologic_content](https://registry.terraform.io/providers/SumoLogic/sumologic/latest/docs/resources/content) resource when creating a saved search: the search creates correctly, but subsequent plans detect a diff that requires an...
Always return `true` to ignore TF resource change(`terraform plan`) check on total_bytes field as it will keep changing with data ingested in partition.
Happened once for me: ``` │ Error: Request cancelled │ │ with module.personal[0].sumologic_folder.personal, │ on shared/personal/main.tf line 4, in resource "sumologic_folder" "personal": │ 4: resource "sumologic_folder" "personal" { │ │...
### Terraform Version ``` Terraform v1.2.3on darwin_amd64+ provider [registry.terraform.io/sumologic/sumologic](http://registry.terraform.io/sumologic/sumologic) v2.20.0 ``` ### Affected Resource(s) - sumologic_ingest_budget_v2 - ### Terraform Configuration Files Created a module for either v1 or v2 resources....
For a while early this year, I was able to set up and manage Sumo Logic collectors for our GCP resources using the terraform module. This week, it's no longer...
## Steps to reproduce 1. Have a `sumologic_content` with a dashboard definition with one of the panels mentioning a scheduled view which doesn't exist. 2. Run `terraform apply` on it...
Our SumoLogic terraform plan has been occasionally failing over 502s hit on SumoLogic APIs. Can you please either eliminate 502s from your service or add retries over 502s into the...