aws-organizations-tag-inventory icon indicating copy to clipboard operation
aws-organizations-tag-inventory copied to clipboard

Fix: Handle empty quickSightGroupArns

Open oussmoh opened this issue 1 year ago • 0 comments

This commit adds a condition to evaluate whether the user has QuickSight groups but didn't select any. This condition helps prevent the parameter from being empty when the user fails to select a group.

Issue:

This issue occurs when a user selects a user but fails to select a group. As a consequence, the parameter -c quickSightGroupArns is left empty, leading to failure in the stack.

Description of changes: This commit adds a condition to evaluate whether the user has QuickSight groups but didn't select any

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

oussmoh avatar Feb 28 '24 18:02 oussmoh