Commit 8d7cd63
Update schema import docs
Update import documentation to expected format as indicated from output error when not including database.
When using the existing `terraform import postgresql_schema.schema_foo my_schema` without specifying database the following error is produced.
```
Error: schema ID my_schema has not the expected format 'database.schema': [my_schema]
```
Docs updated to include missing database component of the ID.1 parent 04979fe commit 8d7cd63
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
0 commit comments