{"id":17359925,"url":"https://github.com/ajbosco/terraform-provider-segment","last_synced_at":"2025-04-15T00:30:48.738Z","repository":{"id":53940198,"uuid":"161096971","full_name":"ajbosco/terraform-provider-segment","owner":"ajbosco","description":"A Terraform provider for Segment","archived":false,"fork":false,"pushed_at":"2021-03-11T10:20:11.000Z","size":3275,"stargazers_count":29,"open_issues_count":3,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T12:21:22.274Z","etag":null,"topics":["segment","segmentio","terraform"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ajbosco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-10T00:55:17.000Z","updated_at":"2022-01-11T21:30:49.000Z","dependencies_parsed_at":"2022-08-13T05:10:25.208Z","dependency_job_id":null,"html_url":"https://github.com/ajbosco/terraform-provider-segment","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajbosco%2Fterraform-provider-segment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajbosco%2Fterraform-provider-segment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajbosco%2Fterraform-provider-segment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajbosco%2Fterraform-provider-segment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajbosco","download_url":"https://codeload.github.com/ajbosco/terraform-provider-segment/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248983949,"owners_count":21193667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["segment","segmentio","terraform"],"created_at":"2024-10-15T19:13:33.933Z","updated_at":"2025-04-15T00:30:48.721Z","avatar_url":"https://github.com/ajbosco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# terraform-provider-segment\n\nA [Terraform](https://www.terraform.io/) provider for [Segment](https://www.segment.com)\n\n## Usage\n\nCreate and manage Segment [sources](https://segment.com/docs/sources/)\n```\nresource \"segment_source\" \"test_source\" {\n  source_name = \"your-source\"\n  catalog_name = \"catalog/sources/javascript\"\n}\n```\n\nCreate and manage Segment [destinations](https://segment.com/docs/destinations/)\n```\nresource \"segment_destination\" \"test_destination\" {\n  source_name = \"test_source\"\n  destination_name = \"google-analytics\"\n  connection_mode = \"CLOUD\"\n  enabled = false\n  configs = [{\n      name = \"workspaces/your-workspace/sources/your-source/destinations/google-analytics/config/trackingId\"\n      type = \"string\"\n      value = \"your-tracking-id\"\n  }]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajbosco%2Fterraform-provider-segment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajbosco%2Fterraform-provider-segment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajbosco%2Fterraform-provider-segment/lists"}