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