-
Notifications
You must be signed in to change notification settings - Fork 17
Feature Request: Resource to manage JFrog Curation Settings #376
Description
Is your feature request related to a problem? Please describe.
There is currently no Terraform resource to manage JFrog Curation settings such as notifications and fallback behavior for blocked packages. As a result, these settings cannot be managed as code and must be configured manually through the UI, leading to inconsistency and operational overhead.
Describe the solution you'd like
Provide a Terraform resource to manage JFrog Curation settings, including:
- Notification configuration
- Fallback behavior for blocked packages
This would enable infrastructure-as-code management, consistency across environments, and easier automation.
Describe alternatives you've considered
The only available alternative is managing JFrog Curation settings manually through the UI or API, which does not support infrastructure-as-code, version control, or consistent configuration across environments.