Fix a few small grammar nits.
This commit is contained in:
parent
152b0b1ff6
commit
a96f7408dd
|
@ -47,7 +47,7 @@ func resourcePostgreSQLDatabase() *schema.Resource {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Computed: true,
|
Computed: true,
|
||||||
Description: "The ROLE name who owns the database",
|
Description: "The ROLE which owns the database",
|
||||||
},
|
},
|
||||||
dbTemplateAttr: {
|
dbTemplateAttr: {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
|
|
|
@ -8,7 +8,7 @@ description: |-
|
||||||
|
|
||||||
# postgresql\_schema
|
# postgresql\_schema
|
||||||
|
|
||||||
The ``postgresql_schema`` resource creates and manages a [schema
|
The ``postgresql_schema`` resource creates and manages [schema
|
||||||
objects](https://www.postgresql.org/docs/current/static/ddl-schemas.html) within
|
objects](https://www.postgresql.org/docs/current/static/ddl-schemas.html) within
|
||||||
a PostgreSQL database.
|
a PostgreSQL database.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue