Skip to content

getkevin/terraform-provider-sentry

 
 

Repository files navigation

Terraform Provider Sentry

Go Report Card

Sentry Terraform

The Terraform provider for Sentry allows teams to configure and update Sentry project parameters via their command line. This provider is officially sponsored by Sentry.

Usage

Detailed documentation is available on the Terraform provider registry.

Development

If you wish to work on the provider, you will need to install Go (We use >= 1.18) on your machine.

Test

In order to run the full suite of acceptance tests, run make testacc.

Make sure to set the following environment variables beforehand:

  • SENTRY_TEST_ORGANIZATION
  • SENTRY_AUTH_TOKEN

Note: Acceptance tests create real resources, and often cost money to run.