aws-organizations-tag-inventory
aws-organizations-tag-inventory copied to clipboard
Fix: Handle empty quickSightGroupArns
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.