From 443642c2a1ada477acac17372c6daed59fa2c49b Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Fri, 6 Feb 2026 08:28:42 +0000 Subject: [PATCH] fix(schema): rename rd to route_distinguisher (min 3 chars) Infrahub requires attribute names to have at least 3 characters. Ref: #41 --- schemas/vrf.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/vrf.yml b/schemas/vrf.yml index aa8a10d..8503dcc 100644 --- a/schemas/vrf.yml +++ b/schemas/vrf.yml @@ -23,7 +23,7 @@ nodes: - name: description kind: Text optional: true - - name: rd + - name: route_distinguisher kind: Text optional: true description: "Route Distinguisher (format: ASN:NN or IP:NN)" @@ -85,7 +85,7 @@ nodes: - vrf__name__value - device__name__value attributes: - - name: rd + - name: route_distinguisher kind: Text optional: true description: "Device-specific RD (overrides VRF default)"