WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 445e5f5

Browse files
committed
update docs
1 parent cd69544 commit 445e5f5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/resources/group.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ resource "redshift_group" "staff" {
4141

4242
Import is supported using the following syntax:
4343

44+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
45+
4446
```shell
4547
# Import group with grosysid: SELECT grosysid FROM pg_group WHERE groname = 'mygroup'
4648

docs/resources/schema.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ Optional:
279279

280280
Import is supported using the following syntax:
281281

282+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
283+
282284
```shell
283285
# Import schema with oid: SELECT oid FROM pg_catalog.pg_namespace WHERE nspname = 'myschema';
284286

docs/resources/user.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ resource "redshift_user" "user_with_unrestricted_syslog" {
5050

5151
Import is supported using the following syntax:
5252

53+
The [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import) can be used, for example:
54+
5355
```shell
5456
# Import user with usesysid: SELECT usesysid FROM pg_user_info WHERE usename = 'mememe'
5557

0 commit comments

Comments
 (0)