mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
Fix comment in consul provider to not mention digitalocean
This commit is contained in:
parent
a3faad4f0d
commit
090a30e988
@ -11,8 +11,7 @@ type Config struct {
|
|||||||
Address string `mapstructure:"address"`
|
Address string `mapstructure:"address"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client() returns a new client for accessing digital
|
// Client() returns a new client for accessing consul.
|
||||||
// ocean.
|
|
||||||
//
|
//
|
||||||
func (c *Config) Client() (*consulapi.Client, error) {
|
func (c *Config) Client() (*consulapi.Client, error) {
|
||||||
config := consulapi.DefaultConfig()
|
config := consulapi.DefaultConfig()
|
||||||
|
Loading…
Reference in New Issue
Block a user