Skip to content

Commit 54bbc9b

Browse files
committed
Updates import doc. Resolves #2582
Signed-off-by: Timo Sand <[email protected]>
1 parent 4bcd0a1 commit 54bbc9b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/resources/team.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ The following attributes are exported:
4242

4343
## Import
4444

45-
GitHub Teams can be imported using the GitHub team ID or name e.g.
45+
GitHub Teams can be imported using the GitHub team ID or slug e.g.
4646

47-
```
47+
```sh
4848
$ terraform import github_team.core 1234567
49-
$ terraform import github_team.core Administrators
49+
$ terraform import github_team.core administrators
5050
```

templates/resources/team.md.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The following attributes are exported:
3939

4040
## Import
4141

42-
GitHub Teams can be imported using the GitHub team ID or name e.g.
42+
GitHub Teams can be imported using the GitHub team ID or slug e.g.
4343

44-
```
44+
```sh
4545
$ terraform import github_team.core 1234567
46-
$ terraform import github_team.core Administrators
46+
$ terraform import github_team.core administrators
4747
```

0 commit comments

Comments
 (0)