We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d7601f + 8d7cd63 commit c8ecb25Copy full SHA for c8ecb25
website/docs/r/postgresql_schema.html.markdown
@@ -98,9 +98,10 @@ It is possible to import a `postgresql_schema` resource with the following
98
command:
99
100
```
101
-$ terraform import postgresql_schema.schema_foo my_schema
+$ terraform import postgresql_schema.schema_foo my_database.my_schema
102
103
104
-Where `my_schema` is the name of the schema in the PostgreSQL database and
+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
106
`postgresql_schema.schema_foo` is the name of the resource whose state will be
107
populated as a result of the command.
0 commit comments