Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Stuzo/terraform-provider-sentry

 
 

Repository files navigation

terraform-provider-sentry

Go Report Card

Terraform provider for 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.