File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
Original file line number Diff line number Diff 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` ` `
You can’t perform that action at this time.
0 commit comments