Fix postgres_extension docs (#10011)

This commit is contained in:
Anthony Stanton 2016-11-10 12:54:56 +01:00 committed by Paul Stack
parent 73e191442d
commit cb3cc5a38f
1 changed files with 4 additions and 4 deletions

View File

@ -6,16 +6,16 @@ description: |-
Creates and manages an extension on a PostgreSQL server.
---
# postgresql\_role
# postgresql\_extension
The ``[pstgresql_extension]`` resource creates and manages an extension on a PostgreSQL
The ``postgresql_extension`` resource creates and manages an extension on a PostgreSQL
server.
## Usage
```
resource "postgresql_role" "my_extension" {
resource "postgresql_extension" "my_extension" {
name = "pg_trgm"
}
@ -23,4 +23,4 @@ resource "postgresql_role" "my_extension" {
## Argument Reference
* `name` - (Required) The name of the extension.
* `name` - (Required) The name of the extension.