We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256cdd8 commit 361416cCopy full SHA for 361416c
1 file changed
website/docs/r/emu_group_mapping.html.markdown
@@ -27,8 +27,8 @@ The following arguments are supported:
27
28
## Import
29
30
-GitHub EMU External Group Mappings can be imported using the `team_slug` and external `group_id` separated by a colon, e.g.
+GitHub EMU External Group Mappings can be imported using the external `group_id` and `team_slug` separated by a colon, e.g.
31
32
```sh
33
-$ terraform import github_emu_group_mapping.example_emu_group_mapping emu-test-team:28836
+$ terraform import github_emu_group_mapping.example_emu_group_mapping 28836:emu-test-team
34
```
0 commit comments