{"id":22745733,"url":"https://github.com/hadenlabs/terraform-sentry-project","last_synced_at":"2026-05-03T04:35:28.915Z","repository":{"id":49272802,"uuid":"356501028","full_name":"hadenlabs/terraform-sentry-project","owner":"hadenlabs","description":"terraform sentry project","archived":false,"fork":false,"pushed_at":"2024-02-13T20:15:22.000Z","size":373,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T07:24:10.774Z","etag":null,"topics":["hadenlabs","peru","project","sentry","terraform","terraform-modules"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadenlabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"docs/code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["hadenlabs"],"patreon":null,"open_collective":null,"ko_fi":"luismayta","tidelift":null,"community_bridge":null,"liberapay":"luismayta","issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"]}},"created_at":"2021-04-10T07:03:42.000Z","updated_at":"2024-02-13T20:10:59.000Z","dependencies_parsed_at":"2022-09-05T13:31:50.479Z","dependency_job_id":null,"html_url":"https://github.com/hadenlabs/terraform-sentry-project","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-sentry-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-sentry-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-sentry-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadenlabs%2Fterraform-sentry-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadenlabs","download_url":"https://codeload.github.com/hadenlabs/terraform-sentry-project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277360,"owners_count":20751549,"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":["hadenlabs","peru","project","sentry","terraform","terraform-modules"],"created_at":"2024-12-11T02:07:56.141Z","updated_at":"2026-05-03T04:35:23.895Z","avatar_url":"https://github.com/hadenlabs.png","language":"HCL","funding_links":["https://github.com/sponsors/hadenlabs","https://ko-fi.com/luismayta","https://liberapay.com/luismayta","https://www.paypal.me/luismayta","https://www.buymeacoffee.com/luismayta"],"categories":[],"sub_categories":[],"readme":"\u003c!--\n\n\n  ** DO NOT EDIT THIS FILE\n  **\n  ** 1) Make all changes to `provision/generator/README.yaml`\n  ** 2) Run`task readme` to rebuild this file.\n  **\n  ** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)\n  **\n\n\n  --\u003e\n\n[![Latest Release](https://img.shields.io/github/release/hadenlabs/terraform-sentry-project)](https://github.com/hadenlabs/terraform-sentry-project/releases) [![Lint](https://img.shields.io/github/workflow/status/hadenlabs/terraform-sentry-project/lint-code)](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=lint-code) [![CI](https://img.shields.io/github/workflow/status/hadenlabs/terraform-sentry-project/ci)](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=ci) [![Test](https://img.shields.io/github/workflow/status/hadenlabs/terraform-sentry-project/test)](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=test) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow)](https://conventionalcommits.org) [![KeepAChangelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog%20v1.0.0-orange)](https://keepachangelog.com) [![Terraform Version](https://img.shields.io/badge/terraform-1.x%20|%200.15%20|%200.14%20|%200.13%20|%200.12.20+-623CE4.svg?logo=terraform)](https://github.com/hashicorp/terraform/releases)\n\n# terraform-sentry-project\n\nTerraform module to provision an sentry project.\n\n## Requirements\n\nThis is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration:\n\n- [gomplate](https://github.com/hairyhenderson/gomplate)\n- [terraform](https://github.com/hashicorp/terraform)\n- [python](https://www.python.org)\n- [taskfile](https://github.com/go-task/task)\n\n## Usage\n\n# How to use this project\n\n```hcl\n  module \"main\" {\n    source = \"hadenlabs/project/sentry\"\n    version = \"0.1.1\"\n\n    providers = {\n      sentry = sentry\n    }\n\n    name    = \"terraform-sentry-project\"\n    organization    = \"slug-organization\"\n    team    = \"slug-team\"\n    platform = \"go\"\n  }\n```\n\nFull working examples can be found in [examples](./examples) folder.\n\n## Examples\n\n\u003c!-- Space: Projects --\u003e\n\u003c!-- Parent: TerraformSentryProject --\u003e\n\u003c!-- Title: Examples TerraformSentryProject --\u003e\n\u003c!-- Label: Examples --\u003e\n\u003c!-- Include: ./../disclaimer.md --\u003e\n\u003c!-- Include: ac:toc --\u003e\n\n### Common\n\n```hcl\n  module \"main\" {\n    source = \"hadenlabs/project/sentry\"\n    version = \"0.1.1\"\n\n    providers = {\n      sentry = sentry\n    }\n\n    name    = \"terraform-sentry-project\"\n    organization    = \"slug-organization\"\n    team    = \"slug-team\"\n    platform = \"go\"\n  }\n```\n\n \u003c!-- markdown-link-check-disable --\u003e\n\u003c!-- BEGIN_TF_DOCS --\u003e\n\n## Requirements\n\n| Name      | Version |\n| --------- | ------- |\n| terraform | \u003e= 0.13 |\n| sentry    | \u003e=0.6.0 |\n\n## Providers\n\n| Name   | Version |\n| ------ | ------- |\n| sentry | \u003e=0.6.0 |\n\n## Modules\n\nNo modules.\n\n## Resources\n\n| Name | Type |\n| --- | --- |\n| [sentry_key.this](https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/key) | resource |\n| [sentry_project.this](https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/project) | resource |\n\n## Inputs\n\n| Name         | Description                   | Type     | Default | Required |\n| ------------ | ----------------------------- | -------- | ------- | :------: |\n| name         | The name of the project.      | `string` | n/a     |   yes    |\n| organization | The name of the organization. | `string` | n/a     |   yes    |\n| platform     | The name of platform.         | `string` | n/a     |   yes    |\n| team         | The name of team.             | `string` | n/a     |   yes    |\n\n## Outputs\n\n| Name       | Description                |\n| ---------- | -------------------------- |\n| dsn_public | output dsn public sentry   |\n| id         | output project id          |\n| instance   | output instance of project |\n\n\u003c!-- END_TF_DOCS --\u003e\n\u003c!-- markdown-link-check-enable --\u003e\n\n## Help\n\n**Got a question?**\n\nFile a GitHub [issue](https://github.com/hadenlabs/terraform-sentry-project/issues).\n\n## Contributing\n\nSee [Contributing](./docs/contributing.md).\n\n## Module Versioning\n\nThis Module follows the principles of [Semantic Versioning (SemVer)](https://semver.org/).\n\nUsing the given version number of `MAJOR.MINOR.PATCH`, we apply the following constructs:\n\n1. Use the `MAJOR` version for incompatible changes.\n1. Use the `MINOR` version when adding functionality in a backwards compatible manner.\n1. Use the `PATCH` version when introducing backwards compatible bug fixes.\n\n### Backwards compatibility in `0.0.z` and `0.y.z` version\n\n- In the context of initial development, backwards compatibility in versions `0.0.z` is **not guaranteed** when `z` is increased. (Initial development)\n- In the context of pre-release, backwards compatibility in versions `0.y.z` is **not guaranteed** when `y` is increased. (Pre-release)\n\n## Copyright\n\nCopyright © 2018-2024 [Hadenlabs](https://hadenlabs.com)\n\n## Trademarks\n\nAll other trademarks referenced herein are the property of their respective owners.\n\n## License\n\nThe code and styles are licensed under the LGPL-3.0 license [See project license.](LICENSE).\n\n## Don't forget to 🌟 Star 🌟 the repo if you like terraform-sentry-project\n\n[Your feedback is appreciated](https://github.com/hadenlabs/terraform-sentry-project/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-sentry-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadenlabs%2Fterraform-sentry-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadenlabs%2Fterraform-sentry-project/lists"}