Use this resource to change the anonymous configuration of the nexus repository manager.
resource "nexus_security_anonymous" "system" {
enabled = true
user_id = "exampleUser"
}
enabled
(Boolean) Activate the anonymous access to the repository manager. Default: falserealm_name
(String) The name of the used realm. Default: "NexusAuthorizingRealm"user_id
(String) The user id used by anonymous access. Default: "anonymous"Import is supported using the following syntax:
# import the nexus security anonymous configuration
terraform import nexus_security_anonymous.system anonymous