-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
We would like to automate the management of repositories inside of artifacthubs.
Describe the solution you'd like
- An initial terraform provider with authentication to a custom artifacthub
- An
artifacthub_repository(orartifacthub_repository_helm) resource
Describe alternatives you've considered
- Using a terraform local-exec hook to perform API requests in artifacthub (specifically
PUT /repositories/org/{orgName}/{repoName}) - Configuring these repos through helm, similar to
loadSampleData
Additional context
N/A
Reactions are currently unavailable