-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Is your feature request related to a problem? Please describe.
The platform_workers_service resource currently supports a limited set of action values. We're working with workflows that rely on when properties are created or deleted on artifacts. However, the current schema doesn’t support defining actions like AFTER_PROPERTY_CREATE or AFTER_PROPERTY_DELETE, which are valid according to the JFrog API.
Describe the solution you'd like
Allow additional action values in the provider schema:
- BEFORE_PROPERTY_CREATE
- AFTER_PROPERTY_CREATE
- BEFORE_PROPERTY_DELETE
- AFTER_PROPERTY_DELETE
Describe alternatives you've considered
Manually editing workers in the UI or bypassing Terraform entirely, but this breaks our infrastructure-as-code workflow.
Additional context
https://jfrog.com/help/r/jfrog-rest-apis/list-of-worker-events
Metadata
Metadata
Assignees
Labels
No labels