From 213218ec86cb910b5a51f7ed2cddd51dc93c07c8 Mon Sep 17 00:00:00 2001 From: Abdel <34999458+flyflyinit@users.noreply.github.com> Date: Wed, 20 Sep 2023 11:12:16 +0200 Subject: [PATCH] Update groups.json --- terraform/config/groups.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 +]