Skip to content

Commit 9c10e70

Browse files
committed
Update docs
Signed-off-by: Timo Sand <[email protected]>
1 parent 043ca62 commit 9c10e70

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

website/docs/r/emu_group_mapping.html.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ description: |-
99

1010
This resource manages mappings between external groups for enterprise managed users and GitHub teams. It wraps the [Teams#ExternalGroups API](https://docs.github.com/en/rest/reference/teams#external-groups). Note that this is a distinct resource from `github_team_sync_group_mapping`. `github_emu_group_mapping` is special to the Enterprise Managed User (EMU) external group feature, whereas `github_team_sync_group_mapping` is specific to Identity Provider Groups.
1111

12-
!> **Warning:**: This resources `Read` function has a fundamental bug. It doesn't verify that the group is actually linked to the team. Someone could modify the linked group outside of Terraform and the resource would not detect it.
13-
1412
## Example Usage
1513

1614
```hcl
@@ -29,8 +27,8 @@ The following arguments are supported:
2927

3028
## Import
3129

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

3432
```sh
35-
$ terraform import github_emu_group_mapping.example_emu_group_mapping 28836:emu-test-team
33+
$ terraform import github_emu_group_mapping.example_emu_group_mapping emu-test-team:28836
3634
```

0 commit comments

Comments
 (0)