{"id":18707478,"url":"https://github.com/sumologic/terraform-provider-sumologic","last_synced_at":"2026-04-29T04:09:18.011Z","repository":{"id":37989008,"uuid":"254212870","full_name":"SumoLogic/terraform-provider-sumologic","owner":"SumoLogic","description":"Terraform provider for Sumo Logic","archived":false,"fork":false,"pushed_at":"2026-04-27T05:05:32.000Z","size":18703,"stargazers_count":44,"open_issues_count":108,"forks_count":64,"subscribers_count":31,"default_branch":"master","last_synced_at":"2026-04-27T07:08:18.368Z","etag":null,"topics":["sumologic","terraform","terraform-provider"],"latest_commit_sha":null,"homepage":"https://www.terraform.io/docs/providers/sumologic/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SumoLogic.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-08T22:17:05.000Z","updated_at":"2026-04-27T05:05:36.000Z","dependencies_parsed_at":"2025-12-04T23:11:18.439Z","dependency_job_id":null,"html_url":"https://github.com/SumoLogic/terraform-provider-sumologic","commit_stats":null,"previous_names":[],"tags_count":111,"template":false,"template_full_name":null,"purl":"pkg:github/SumoLogic/terraform-provider-sumologic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumoLogic%2Fterraform-provider-sumologic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumoLogic%2Fterraform-provider-sumologic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumoLogic%2Fterraform-provider-sumologic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumoLogic%2Fterraform-provider-sumologic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SumoLogic","download_url":"https://codeload.github.com/SumoLogic/terraform-provider-sumologic/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SumoLogic%2Fterraform-provider-sumologic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32410026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sumologic","terraform","terraform-provider"],"created_at":"2024-11-07T12:18:14.744Z","updated_at":"2026-04-29T04:09:17.985Z","avatar_url":"https://github.com/SumoLogic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://terraform.io\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/hashicorp/terraform-website/master/public/img/logo-hashicorp.svg\" alt=\"Terraform logo\" title=\"Terrafpr,\" align=\"right\" height=\"50\" /\u003e\n\u003c/a\u003e\n\n# Terraform Provider for Sumo Logic\n\n- Website: [terraform.io](https://terraform.io)\n- Chat: [gitter](https://gitter.im/hashicorp-terraform/Lobby)\n- Mailing List: [Google Groups](http://groups.google.com/group/terraform-tool)\n\nThe Terraform Sumo Logic provider is a plugin for Terraform that allows for the full lifecycle management of Sumo Logic resources.\n\nThis provider is maintained by Sumo Logic.\n\n## Prerequisites\n\n- [Terraform](https://www.terraform.io/downloads.html) \u003e= 0.13\n- [Go](https://golang.org/doc/install) \u003e= 1.13 (to build the provider plugin)\n  - Set [`$GOPATH`](http://golang.org/doc/code.html#GOPATH)\n  - Add `$GOPATH/bin` to your `$PATH`\n- [Sumo Logic](https://www.sumologic.com/)\n\n## Getting started\n\nAdd the Sumo Logic provider to your terraform configuration:\n\n```\nterraform {\n    required_providers {\n        sumologic = {\n            source = \"sumologic/sumologic\"\n            version = \"\" # set the Sumo Logic Terraform Provider version\n        }\n    }\n}\n```\n\nRun `terraform init` to automatically install the selected version of the provider.\n\nSee the [provider documentation](https://www.terraform.io/docs/providers/sumologic/) for information on the supported resources and example usage.\n\n## Developing the provider\n\n### Build from source\n\n```sh\n$ git clone https://github.com/SumoLogic/terraform-provider-sumologic.git\n$ cd terraform-provider-sumologic\n$ make build\n```\n\nThis will build the provider and put the provider binary in the `$GOPATH/bin` directory.\n\n### Run locally-built provider\n\n- Run `make install-dev`\n- Update the provider source in your configuration file:\n\n```\nterraform {\n  required_providers {\n    sumologic = {\n      source = \"sumologic.com/dev/sumologic\"\n      version = \"~\u003e 1.0.0\"\n    }\n  }\n}\n```\n\n## Acceptance tests\n\n\u003e **Note:** Acceptance tests create real resources, and often cost money to run.\n\n### Configuration\n\nCreate a personal access key for your Sumo Logic account, and set the following environment variables.\n\n```sh\n$ export SUMOLOGIC_ACCESSID=\"yourAccessID\"\n$ export SUMOLOGIC_ACCESSKEY=\"yourAccessKey\"\n$ export SUMOLOGIC_ENVIRONMENT=\"yourEnvironment\"\n$ export SUMOLOGIC_BASE_URL=\"yourEnvironmentAPIUrl\"  # not required for most production deployments\n$ export TF_ACC=1\n```\n\nMore information on configuration can be found [here](https://github.com/SumoLogic/terraform-provider-sumologic/blob/master/website/docs/index.html.markdown#environment-variables).\n\n### Run the tests\n\n```sh\n# Run all acceptance tests:\n$ make testacc\n# Run a specific test:\n$ go test -v ./sumologic  -run YourSpecificTestName\n```\n\nSome tests require additional configuration for interacting with resources external to Sumo Logic:\n\n- GCP metrics\n  - `export SUMOLOGIC_TEST_GOOGLE_APPLICATION_CREDENTIALS=$(cat /path/to/service_acccount.json)`\n  - `export SUMOLOGIC_ENABLE_GCP_METRICS_ACC_TESTS=\"false\"` to disable acceptance tests\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumologic%2Fterraform-provider-sumologic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumologic%2Fterraform-provider-sumologic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumologic%2Fterraform-provider-sumologic/lists"}