Skip to content

Commit c7cb2c2

Browse files
committed
Update docs
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent 5ad3299 commit c7cb2c2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

website/docs/r/emu_group_mapping.html.markdown

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@ resource "github_emu_group_mapping" "example_emu_group_mapping" {
2323
The following arguments are supported:
2424

2525
- `team_slug` - (Required) Slug of the GitHub team
26-
- `group_id` - (Required) Integer corresponding to the external group ID to be linked
26+
- `group_id` - (Required) Integer corresponding to the external group ID to be linked
27+
28+
## Attributes Reference
29+
30+
The following additional attributes are exported:
31+
32+
- `team_id` - The ID of the GitHub team
33+
- `group_name` - The name of the external group
34+
- `etag` - An etag representing the external group state
2735

2836
## Import
2937

3038
GitHub EMU External Group Mappings can be imported using the external `group_id` and `team_slug` separated by a colon, e.g.
3139

3240
```sh
33-
$ terraform import github_emu_group_mapping.example_emu_group_mapping 28836:emu-test-team
41+
terraform import github_emu_group_mapping.example_emu_group_mapping 28836:emu-test-team
3442
```

0 commit comments

Comments
 (0)