Rename userMap to user_map for consistency

This commit is contained in:
Elara 2024-08-04 18:25:20 -07:00
parent 6d6ed30227
commit 4f7a8f0b04

View File

@ -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