environment¶
A side-effect-only module to create Sentry environments in Sentry projects.
The only way to create an environment in Sentry is to send an event tagged with that environment. That is what this module does. It uses the Sentry CLI, so that has to be installed and on the path when applying any Terraform config that uses this module.
Inputs¶
Name |
Description |
Type |
Default |
Required |
---|---|---|---|---|
Name of the environment to create |
|
n/a |
yes |
|
The organization (slug) that contains the project |
|
n/a |
yes |
|
The project (slug) in which to create this environment |
|
n/a |
yes |
Outputs¶
Name |
Description |
---|---|
The environment name that was passed in |