Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data.sentry_organization_integration can't find pagerduty integration #490

Open
ianwremmel opened this issue Sep 19, 2024 · 0 comments
Open

Comments

@ianwremmel
Copy link

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:

data "sentry_organization_integration" "pagerduty" {
  count = var.sentry ? 1 : 0

  name         = "ian-remmel-llc"
  organization = "ian-remmel"
  provider_key = "pagerduty"
}

ian-remmel is definitely the Sentry org slug that has been working for other Sentry resources and ian-remmel-llc certaintly appears to be the slug for pagerduty (it's my pagerduty subdomain).

Why would I be getting that error? Is there some required piece of setup I'm missing? Am I supplying the wrong value to name? Is this error you get if you're not on a plan that supports pagerduty? (I do have pagerduty working from when I configured it through the gui, but that might be a bug because I'm on the free plan)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant