terraform-provider-sentry

CircleCI 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

Test

Test the provider by running make test.

Make sure to set the following environment variables:

  • SENTRY_TEST_ORGANIZATION
  • SENTRY_TOKEN

Build

See the Writing Custom Providers page of the Terraform documentation for instructions.