Clean up the description on postgresql_database.owner.

This commit is contained in:
Sean Chittenden 2016-12-14 01:03:34 -08:00
parent e508a3b59d
commit 1d60e9ab04
No known key found for this signature in database
GPG Key ID: 4EBC9DC16C2E5E16
1 changed files with 1 additions and 1 deletions

View File

@ -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,