From 4f7a8f0b04335bbab65dd3f885ade6980b2640f4 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Sun, 4 Aug 2024 18:25:20 -0700 Subject: [PATCH] Rename userMap to user_map for consistency --- internal/backends/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/backends/proxy.go b/internal/backends/proxy.go index 2fcec3b..c9bb21f 100644 --- a/internal/backends/proxy.go +++ b/internal/backends/proxy.go @@ -44,7 +44,7 @@ type proxySettings struct { Server string `cty:"server"` User *string `cty:"user"` PrivkeyPath *string `cty:"privkey"` - UserMap *cty.Value `cty:"userMap"` + UserMap *cty.Value `cty:"user_map"` } // Proxy is the proxy backend. It returns a handler that establishes a proxy