Use this data source to work with routing rules.
data "nexus_routing_rule" "stop_leaks" {
name = "stop-leaks"
}
name
(String) The name of the routing ruledescription
(String) The description of the routing ruleid
(String) Used to identify data source at nexusmatchers
(Set of String) Matchers is a list of regular expressions used to identify request paths that are allowed or blocked (depending on above mode)mode
(String) The mode describe how to hande with mathing requests. Possible values: BLOCK
or ALLOW