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

... is not a valid platform

Open flixx opened this issue 1 year ago • 1 comments

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?

flixx avatar Mar 07 '23 11:03 flixx