Damien
Results
1
issues of
Damien
Hello, I'm trying to configure a new project configured with "bun" platform. My simple code ``` resource "sentry_project" "backend" { organization = "org-name" teams = ["my-team"] name = "blablabla-${terraform.workspace}" slug...