terraform-provider-sentry icon indicating copy to clipboard operation
terraform-provider-sentry copied to clipboard

Terraform provider for Sentry

Results 98 terraform-provider-sentry issues
Sort by recently updated
recently updated
newest added

Hello, We've ran into a bug which I believe is a bug in the provider. On our project, now we get this. ``` 03:56:55 │ Error: Provider produced inconsistent result...

The sentry api to create a new sentry key (see https://docs.sentry.io/api/projects/create-a-new-client-key/) by default sets the dyanmicSDKLoader options hasReplay, hasPerformance and hasDebug to true. To change these defaults you can use...

enhancement

I discovered a typo from the official sentry documentation -> https://docs.sentry.io/api/projects/update-an-inbound-data-filter/ They describe to use _"legacy-browser"_ as _filter_id_, but this way ended on a 404 error. Instead of use _"legacy-browser"_,...

bug

Hi 👋 I'd like to be able to ensure that all projects for a team have a certain issue alert setup. Right now, the missing piece is that I can't...

enhancement

This is almost certainly a mistake on my part, but I'm kinda lost as to what to do next. I've got the following data resource: ```tf data "sentry_organization_integration" "pagerduty" {...

Creating a custom integration in 1 org and utilizing a the token to create a new org works. However If I now want to create objects within that new org...

``` ╷ │ Error: Request cancelled │ │ The plugin6.(*GRPCProvider).ReadDataSource request was cancelled. ╵ Stack trace from the terraform-provider-sentry_v0.13.1 plugin: panic: runtime error: invalid memory address or nil pointer dereference...

Getting rate limited when using Terraform to manage Sentry resources: teams, members, and projects. The default parallelism of 10 is quite slow, when increasing to 20 it's working faster but...