modernize role_created and role_deleted workflows and add_role_policy_permission

This commit is contained in:
Marco Lettere 2023-10-12 17:02:35 +02:00
parent cb677a7924
commit 746998fafd
1 changed files with 2 additions and 2 deletions

View File

@ -49,9 +49,9 @@
} }
}, },
{ {
"name": "INLINE", "name": "INLINE_TASK",
"taskReferenceName": "build_delete_role_tasks", "taskReferenceName": "build_delete_role_tasks",
"type": "INLINE_TASK", "type": "INLINE",
"inputParameters": { "inputParameters": {
"role" : "${workflow.input.role}", "role" : "${workflow.input.role}",
"vres" : "${get_all_vres.output.body}", "vres" : "${get_all_vres.output.body}",