-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(iam): CDK always detecting a change when there is none #27721
Comments
Can you share a complete minimal sample code that we can reproduce in our environment? e.g. |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
I will post better reproduction soon |
seems to work in latest version |
|
Describe the bug
I have two account with trust.
I have one stack called stackA with a property
role
of typeiam.Role
Then in a second stack in another account i reference
stackA.role.roleArn
Everything works fine, but everytime I do cdk diff I have this diff
So it seems that it needs a function to get the string
aws
Expected Behavior
No diff
Current Behavior
A diff
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.103.1
Framework Version
No response
Node.js Version
v18.1.0
OS
ubuntu
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: