project

hadenlabs/project/sentry

Terraform Module HCL SENTRY

terraform sentry project

Install
module "project" {
source = "hadenlabs/project/sentry"
version = "0.1.1"
}
plain text: /constructs/tfmod-hadenlabs-project-sentry/install.txt
⭐ Source on GitHub 📦 Registry page
README

![Latest Release](https://github.com/hadenlabs/terraform-sentry-project/releases) ![Lint](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=lint-code) ![CI](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=ci) ![Test](https://github.com/hadenlabs/terraform-sentry-project/actions?workflow=test) ![pre-commit](https://github.com/pre-commit/pre-commit) ![Conventional Commits](https://conventionalcommits.org) ![KeepAChangelog](https://keepachangelog.com) ![Terraform Version](https://github.com/hashicorp/terraform/releases) terraform-sentry-project Terraform module to provision an sentry project. Requirements This is a list of plugins that need to be installed previously to enjoy all the goodies of this configuration: - gomplate - terraform - python - t

Inputs (4)
NameTypeDescriptionDefault
namestringThe name of the project. required
organizationstringThe name of the organization. required
teamstringThe name of team. required
platformstringThe name of platform. required
Outputs (3)
instance — output instance of project
id — output project id
dsn_public — output dsn public sentry
Resources (2)
sentry_keysentry_project
Details
FrameworkTerraform Module
LanguageHCL
Version0.1.1
Cloud SENTRY
★ Stars0
Forks3
Total downloads855
Inputs4
Outputs3
Resources2
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated