Resource nexus_privilege_wildcard

Use this resource to manage a wildcard privilege

Example Usage

resource "nexus_privilege_wildcard" "example" {
  name        = "example_privilege"
  description = "description"
  pattern     = "nexus:*"
}

Schema

Required

Optional

Read-Only

Import is supported using the following syntax:

# import using the name of the privilege
terraform import nexus_privilege_wildcard.example name