André Möller
André Möller
Hi @abby-gourlay, thanks for your report. Unfortunately i can't reproduce this problem with following code and the same nexus version: ```hcl terraform { required_version = "v1.0.6" required_providers { nexus =...
Hi @ltagliamonte, thanks for your report, can you please use and test the new resource `nexus_blobstore_s3` with the latest version of our provider. kind regards André
hi @oysteing, i checked the api and your request is possible. so we will implement this feature after the major release change (planed for next month). But you can help...
Hi @Skaronator, we are happy to implement this, unfortunately Nexus 3.29.0 does not support the configuration of capabilities via API. Lets see what the next release brings. regard André
I created a request at sonatype https://community.sonatype.com/t/manage-ui-system-capabilities-via-rest-api/5750
https://issues.sonatype.org/browse/NEXUS-13321
https://ideas.sonatype.com/ideas/IDEAS-I-1398
Hi @iakovlevk, i will discuss this with the team- But we are currently working on splitting the repository resource and data source. Only after this separation will we start supporting...
However, we are always happy to receive pull requests.
Hi @baughj, i cannot reproduce your error. this is my configuration: ``` resource "nexus_security_role" "nx_engineering_user" { roleid = "nx-engineering-user" description = "Standard access to repositories" name = "Nexus Engineering User"...