# terraform-sentry-team
Terraform Sentry Team module

Creates a new sentry_team terraform resource

## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.6 |
| <a name="requirement_sentry"></a> [sentry](#requirement\_sentry) | >= 0.11.2 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_sentry"></a> [sentry](#provider\_sentry) | >= 0.11.2 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [sentry_team.this](https://registry.terraform.io/providers/jianyuan/sentry/latest/docs/resources/team) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_name"></a> [name](#input\_name) | The name of the team. | `string` | n/a | yes |
| <a name="input_organization"></a> [organization](#input\_organization) | The slug of the organization. | `string` | `"the-orchard"` | no |

## Outputs

| Name | Description |
|------|-------------|
| <a name="output_sentry_team_output"></a> [sentry\_team\_output](#output\_sentry\_team\_output) | n/a |
