Use this resource to create a Nexus Content Selector.
resource "nexus_security_content_selector" "example" {
name = "example"
description = "example content selector"
expression = "format == \"raw\""
}
expression
(String) The content selector expressionname
(String) Content selector namedescription
(String) A description of the content selectorImport is supported using the following syntax:
# import using the name of the content selector
terraform import nexus_security_content_selector.example example