You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use the [incident_workflow](https://registry.terraform.io/providers/incident-io/incident/3.7.0/docs/resources/workflow) resource, one of the limiting factors has been that the steps field requires a ULID to be supplied by the user.
There is currently not a reliable terraform module that will handle ULID generation, and generating IDs feels like something that could be done by the provider.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
When trying to use the
[incident_workflow](https://registry.terraform.io/providers/incident-io/incident/3.7.0/docs/resources/workflow)
resource, one of the limiting factors has been that the steps field requires a ULID to be supplied by the user.There is currently not a reliable terraform module that will handle ULID generation, and generating IDs feels like something that could be done by the provider.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: