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
fix: Resolve PowerShell variable expansion issue in create_role.ps1
- Fix variable expansion in ARN generation
- Use PowerShell subexpression syntax for reliable variable expansion
- Add debug information to show AWS account ID and role name
- Fix OIDC provider ARN generation with proper variable expansion
- Ensure ARN format includes account ID: arn:aws:iam:ACCOUNT_ID:role/ROLE_NAME
0 commit comments