Sönke Schau
Sönke Schau
Sorry, i've just seen that this is a duplicate of pull request #143 . Feel free to close it or choose this solution. Regards Sönke
Hello! There is a ``source`` field in the Nexus API for Users, which is not reflected in the [Resource](https://registry.terraform.io/providers/datadrivers/nexus/latest/docs/resources/security_user) nor [Data Source](https://registry.terraform.io/providers/datadrivers/nexus/latest/docs/data-sources/security_user) of ``nexus_security_user``. If set to ``LDAP`` it is...
Hi! Same problem for me. I'm using the Docker image `hashicorp/terraform:1.9` on an 64Bit machine: ``` Terraform v1.9.8 on linux_amd64 + provider registry.terraform.io/datadrivers/nexus v2.5.0 ``` Message is ``` panic: Error...
Maybe one more bit of information: I've not seen this behavior until we moved last week to a new Nexus HA Installation with 3 servers serving requests. @I-Would-Like-To-Report-A-Bug-Please Is your...
One more information: If i recover the previous version of the `terraform.tfstate` the last change is as expected not seen by terraform, but there is also no crash anymore. After...
Hi! I think i found the root cause of my problem: We use a S3 Blobstore with this definition: ``` resource "nexus_blobstore_s3" "PersistentS3" { name = "PersistentS3" bucket_configuration { bucket...