Resource nexus_security_anonymous

Use this resource to change the anonymous configuration of the nexus repository manager.

Example Usage

resource "nexus_security_anonymous" "system" {
  enabled = true
  user_id = "exampleUser"
}

Schema

Optional

Read-Only

Import is supported using the following syntax:

# import the nexus security anonymous configuration
terraform import nexus_security_anonymous.system anonymous