Skip to content
Discussion options

You must be logged in to vote

Thanks @stonezdj for the info, I can confirm the proper way would be
https://registry.terraform.io/providers/goharbor/harbor/latest/docs/resources/garbage_collection

resource "harbor_garbage_collection" "main" {
  schedule        = "weekly"
  delete_untagged = true
  workers         = 1
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hongbo-miao
Comment options

Answer selected by hongbo-miao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants