Open thcuvelier opened 1 year ago
hi @thcuvelier,
it looks like it will be the same problem as issue #148. Can you confirm that?
kind regards André
it's looks like we can now set the configuration but cannot read the maven block from the nexus api
I confirm that this is the same problem as issue #148.
Hi @thcuvelier, we will implement the maven block into the resource nexus_repository_maven_group. But there are some problems. the Nexus API don't return the values for the maven block in a GET call. so we only can change the maven configuration at creation or update of the resource. the resource can not detect changes in the group repository.
After implementing, we will open a new issue for that and will inform the developer of sonatype.
Thx waiting the new release
Is there an existing issue for this?
Community Note
Inpossible to setup on the maven group level the maven block maven { version_policy = "MIXED" layout_policy = "STRICT" content_disposition = "INLINE" }
where in nexus administration console it's possible.
Terraform Version
1.5.7
Nexus Provider Version
1.22.0
Nexus Version
3.49.0
Affected Resource(s)/Data Source(s)
nexus_repository_maven_group
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Possibility to configure the maven block on the group level
Actual Behaviour
Not possible to configure the maven block on the group level
Steps to Reproduce
No response
References
No response