We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3d079 commit 40eb932Copy full SHA for 40eb932
postgresql/provider.go
@@ -44,7 +44,7 @@ func Provider() *schema.Provider {
44
Type: schema.TypeString,
45
Optional: true,
46
DefaultFunc: schema.EnvDefaultFunc("PGHOST", nil),
47
- Description: "Name of PostgreSQL server address",
+ Description: "Name of PostgreSQL server address to connect to",
48
},
49
"port": {
50
Type: schema.TypeInt,
0 commit comments