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

WIP: Bugfix/apt signing info #403 #408

Closed chris-ruecker closed 10 months ago

chris-ruecker commented 11 months ago

The repository_apt_hosted resource now reads the signing values back from the previous state, if they are not returned by the Nexus API, so Terraform does not try to recreate the key every time it is running.

This has the limitation that in those cases, Terraform will not detect when changes to these keys are made outside of Terraform.

Remaining tasks:

stevie- commented 10 months ago

Closes #403