Skip to content

Commit c8ecb25

Browse files
committed
Merge pull request #191 from sarcastic-coder/patch-1
Update schema import docs
2 parents 3d7601f + 8d7cd63 commit c8ecb25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

website/docs/r/postgresql_schema.html.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,10 @@ It is possible to import a `postgresql_schema` resource with the following
9898
command:
9999

100100
```
101-
$ terraform import postgresql_schema.schema_foo my_schema
101+
$ terraform import postgresql_schema.schema_foo my_database.my_schema
102102
```
103103

104-
Where `my_schema` is the name of the schema in the PostgreSQL database and
104+
Where `my_database` is the name of the database containing the schema,
105+
`my_schema` is the name of the schema in the PostgreSQL database and
105106
`postgresql_schema.schema_foo` is the name of the resource whose state will be
106107
populated as a result of the command.

0 commit comments

Comments
 (0)