datadrivers / terraform-provider-nexus

Terraform provider for Sonatype Nexus
https://registry.terraform.io/providers/datadrivers/nexus
Mozilla Public License 2.0
119 stars 53 forks source link

Feat: Add cleanup policies (#226) #481

Open Tim-orius opened 5 days ago

Tim-orius commented 5 days ago

This PR adds cleanup policies (See also: #226 ).

It is build on the PR in go-nexus-client (https://github.com/datadrivers/go-nexus-client/pull/152). As such its is required that the PR in the nexus-client is merged before this one.