mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -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"`
|
||||
}
|
||||
|
||||
// Client() returns a new client for accessing digital
|
||||
// ocean.
|
||||
// Client() returns a new client for accessing consul.
|
||||
//
|
||||
func (c *Config) Client() (*consulapi.Client, error) {
|
||||
config := consulapi.DefaultConfig()
|
||||
|
Loading…
Reference in New Issue
Block a user