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
I have exported to ruby and I've been experimenting with miam by periodically doing a dry-run to compare what I exported with what is currently in my environment.
I've found that this:
role"CloudTrail_CloudWatchLogs_Role",:path=>"/"doinstance_profiles(# no instance_profile)assume_role_policy_documentdo{"Version"=>"2012-10-17","Statement"=>[{"Sid"=>"","Effect"=>"Allow","Principal"=>{"Service"=>["cloudtrail.amazonaws.com","cloudtrail.preprod.amazonaws.com"]},"Action"=>"sts:AssumeRole"}]}end
...
seems to pop up as an 'Update' when there has been no actual change:
I only see the problem on assume_role_policy_documents where there is more than one Principal=>Service. I suspect a sorting problem or array comparison problem in that var when it's an array.
The text was updated successfully, but these errors were encountered:
I have exported to ruby and I've been experimenting with miam by periodically doing a dry-run to compare what I exported with what is currently in my environment.
I've found that this:
seems to pop up as an 'Update' when there has been no actual change:
I only see the problem on assume_role_policy_documents where there is more than one Principal=>Service. I suspect a sorting problem or array comparison problem in that var when it's an array.
The text was updated successfully, but these errors were encountered: