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

Fix resource group members ordering #427

Closed oliverisaac closed 8 months ago

oliverisaac commented 8 months ago

Fixes: https://github.com/datadrivers/terraform-provider-nexus/issues/339

Repository groups are not Lists so the ordering is not honored. This switches to lists and adds a test to ensure that it works.

oliverisaac commented 8 months ago

@anmoel , can I get a review on this?

anmoel commented 8 months ago

Hi @oliverisaac,

the errors in the pipeline are known and only testing errors. i will merge your PR.

oliverisaac commented 8 months ago

Thanks so much!