Skip to content

Commit 2a27e67

Browse files
committed
Changes group_id to ForceNew
Signed-off-by: Timo Sand <[email protected]>
1 parent 61103ee commit 2a27e67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/resource_github_emu_group_mapping.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func resourceGithubEMUGroupMapping() *schema.Resource {
3535
"group_id": {
3636
Type: schema.TypeInt,
3737
Required: true,
38+
ForceNew: true,
3839
Description: "Integer corresponding to the external group ID to be linked.",
3940
},
4041
"group_name": {

0 commit comments

Comments
 (0)