Clean up the description on postgresql_database.owner.
This commit is contained in:
parent
e508a3b59d
commit
1d60e9ab04
|
@ -46,7 +46,7 @@ func resourcePostgreSQLDatabase() *schema.Resource {
|
|||
Type: schema.TypeString,
|
||||
Optional: true,
|
||||
Computed: true,
|
||||
Description: "The role name of the user who will own the new database",
|
||||
Description: "The ROLE name who owns the database",
|
||||
},
|
||||
dbTemplateAttr: {
|
||||
Type: schema.TypeString,
|
||||
|
|
Loading…
Reference in New Issue