File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,20 @@ resource "github_emu_group_mapping" "example_emu_group_mapping" {
2323The 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
3038GitHub 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```
You can’t perform that action at this time.
0 commit comments