Edu-DevOps

Results 2 comments of Edu-DevOps

I could reproduce this using the latest provider release (2.2.0) and Terraform 1.6.6 This is not happening all the time we want to modify a blobstore path, it only happens...

I´ve checked this and the issue seems to be [in this schema attribute](https://github.com/datadrivers/terraform-provider-nexus/blob/main/internal/schema/repository/schema_group.go#L24) since TypeSet is used to represent an unordered collection of items. Terraform doc reference: https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-types#typeset We would...