diff --git a/builtin/providers/postgresql/resource_postgresql_database.go b/builtin/providers/postgresql/resource_postgresql_database.go index 0f0f1c3636..29539ed746 100644 --- a/builtin/providers/postgresql/resource_postgresql_database.go +++ b/builtin/providers/postgresql/resource_postgresql_database.go @@ -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,