Use this resource to manage a wildcard privilege
resource "nexus_privilege_wildcard" "example" {
name = "example_privilege"
description = "description"
pattern = "nexus:*"
}
name
(String) The name of the privilege. This value cannot be changed.description
(String) A descriptionpattern
(String) The privilege patternImport is supported using the following syntax:
# import using the name of the privilege
terraform import nexus_privilege_wildcard.example name