You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(e2e): Address issue with deleting roles/policies (#5646) (#5648)
On destroy, there was an issue with deleting IAM roles due to the following error: DeleteConflict: Cannot delete entity, must detach all policies first
This commit adds an option to force the policy detachment, preventing the error.
(cherry picked from commit 4304ec0)
# Conflicts:
# enos/modules/aws_vault/iam.tf
Co-authored-by: Michael Li <[email protected]>
0 commit comments