terraform-provider-sentry

Go Report Card

Terraform provider for Sentry.

This package is also published on the official Terraform registry.

Usage

See the docs for usage information.

Installation

See the the Provider Configuration page of the Terraform documentation for instructions.

Pre-compiled binaries are available from the Releases page.

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.