Skip to content

Commit 361416c

Browse files
authored
docs: swap group_id & team_slug in import (#3184)
1 parent 256cdd8 commit 361416c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/docs/r/emu_group_mapping.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ The following arguments are supported:
2727

2828
## Import
2929

30-
GitHub EMU External Group Mappings can be imported using the `team_slug` and external `group_id` separated by a colon, e.g.
30+
GitHub EMU External Group Mappings can be imported using the external `group_id` and `team_slug` separated by a colon, e.g.
3131

3232
```sh
33-
$ terraform import github_emu_group_mapping.example_emu_group_mapping emu-test-team:28836
33+
$ terraform import github_emu_group_mapping.example_emu_group_mapping 28836:emu-test-team
3434
```

0 commit comments

Comments
 (0)