From 746998fafd419834d7347a19a1f0f65da390b4f8 Mon Sep 17 00:00:00 2001 From: "m.lettere" Date: Thu, 12 Oct 2023 17:02:35 +0200 Subject: [PATCH] modernize role_created and role_deleted workflows and add_role_policy_permission --- templates/role_deleted.json.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/role_deleted.json.j2 b/templates/role_deleted.json.j2 index 6bca2e3..f5da51b 100644 --- a/templates/role_deleted.json.j2 +++ b/templates/role_deleted.json.j2 @@ -49,9 +49,9 @@ } }, { - "name": "INLINE", + "name": "INLINE_TASK", "taskReferenceName": "build_delete_role_tasks", - "type": "INLINE_TASK", + "type": "INLINE", "inputParameters": { "role" : "${workflow.input.role}", "vres" : "${get_all_vres.output.body}",