jianyuan / terraform-provider-sentry

Terraform provider for Sentry

Home Page:https://registry.terraform.io/providers/jianyuan/sentry/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.21) on your machine.

We are currently in the process of migrating from the Terraform Plugin SDKv2 to the Terraform Plugin Framework. As part of this transition, any future resources and data sources should be implemented using the Terraform Plugin Framework, located in the internal/provider directory.

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.

About

Terraform provider for Sentry

https://registry.terraform.io/providers/jianyuan/sentry/latest

License:MIT License


Languages

Language:Go 99.8%Language:Makefile 0.2%