Skip to content

Commit 40eb932

Browse files
authored
Update provider.go
1 parent ba3d079 commit 40eb932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func Provider() *schema.Provider {
4444
Type: schema.TypeString,
4545
Optional: true,
4646
DefaultFunc: schema.EnvDefaultFunc("PGHOST", nil),
47-
Description: "Name of PostgreSQL server address",
47+
Description: "Name of PostgreSQL server address to connect to",
4848
},
4949
"port": {
5050
Type: schema.TypeInt,

0 commit comments

Comments
 (0)