mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
state/remote: comment
This commit is contained in:
parent
b8836ff279
commit
399319d31f
@ -32,6 +32,7 @@ func consulFactory(conf map[string]string) (Client, error) {
|
||||
}, nil
|
||||
}
|
||||
|
||||
// ConsulClient is a remote client that stores data in Consul.
|
||||
type ConsulClient struct {
|
||||
Client *consulapi.Client
|
||||
Path string
|
||||
|
Loading…
Reference in New Issue
Block a user