From bc9db28bfd08dc0537d5ec80586a6bad556d6636 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Tue, 2 Nov 2021 11:47:53 +0100 Subject: [PATCH] fix --- templates/group_created.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/group_created.json.j2 b/templates/group_created.json.j2 index dbd8dec..8ae789d 100644 --- a/templates/group_created.json.j2 +++ b/templates/group_created.json.j2 @@ -228,7 +228,7 @@ "type": "JSON_JQ_TRANSFORM", "inputParameters": { "role": "${get_back_role_member.output.body}", - "queryExpression" : "." + "queryExpression" : ".role" } }, {