terraform-provider-sentry
terraform-provider-sentry copied to clipboard
... is not a valid platform
I am getting this error out of the sudden:
╷
│ Error: javascript is not a valid platform
│
│ with module.prod_cluster.module.configure.sentry_project.yoda,
│ on ... line ..., in resource "sentry_project" "...":
│ 83: platform = "javascript"
│
│ javascript is not a valid platform
╵
It seems that the provided tries to validate the platform type by using Sentry docs
However, https://docs.sentry.io/_platforms/javascript/ produces a 404 now.
Without the _
it is working: https://docs.sentry.io/platforms/javascript/.
So maybe they changed their URL format?