organization

hadenlabs/organization/sentry

Terraform Module HCL SENTRY

Terraform module sentry for management organization and team

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

terraform-sentry-organization ![GitHub tag (latest SemVer)](https://github.com/hadenlabs/terraform-sentry-organization/releases) ![Lint](https://github.com/hadenlabs/terraform-sentry-organization/actions) ![Issues](https://github.com/hadenlabs/terraform-sentry-organization/issues) ![Latest Release](https://github.com/hadenlabs/terraform-sentry-organization/releases) terraform sentry organization Usage ``hcl module "main" { source = "hadenlabs/organization/sentry" version = "0.2.0" } ` Full working examples can be found in examples folder. Examples sentry organization `hcl module "sentry" { providers = { sentry = sentry } source = "hadenlabs/organization/sentry" version = "0.2.0" name = "name organization" } ` sentry organization with teams `hcl module "sentry" { providers = { sentry = sent

Inputs (4)
NameTypeDescriptionDefault
namestringThe name of the organization. required
slugstringThe name of the organization. required
teamslist(any)The teams of the organization.[]
agree_termsboolAgreee terms sentry.true
Outputs (5)
id — output id organization
name — output name organization
slug — output slug organization
teams — output teams of organization
instance — output instance sentry organization
Resources (2)
sentry_organizationsentry_team
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.0
Cloud SENTRY
★ Stars1
Forks3
Total downloads832
Inputs4
Outputs5
Resources2
Examples1
LicenseLGPL-3.0
Namespacehadenlabs
Updated