diff --git a/terraform/config/groups.json b/terraform/config/groups.json index b1227ba..60c3fb3 100644 --- a/terraform/config/groups.json +++ b/terraform/config/groups.json @@ -17,8 +17,8 @@ ], "users": [ { - "id": "41e437b403404796af1c5cde52b25aca", - "name": "vincent" + "id": "USER ID 1", + "name": "user1" } ] }, @@ -48,8 +48,8 @@ ], "users": [ { - "id": "baf1dc435a634040840cf85537a2951a", - "name": "abdel" + "id": "USER ID 2", + "name": "user2" } ] }, @@ -66,8 +66,8 @@ ], "users": [ { - "id": "41e437b403404796af1c5cde52b25aca", - "name": "vincent" + "id": "USER ID 3", + "name": "user3" } ] }, @@ -138,9 +138,9 @@ ], "users": [ { - "id": "41e437b403404796af1c5cde52b25aca", - "name": "vincent" + "id": "USER ID 4", + "name": "user4" } ] } -] \ No newline at end of file +]