Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.27 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.27 KB

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.