former2 icon indicating copy to clipboard operation
former2 copied to clipboard

incorrect Role reference generated in IAMInstanceProfile

Open refacktor opened this issue 3 years ago • 1 comments

The IAMInstanceProfile generator outputs - !GetAtt IAMRole.Arn but this is incorrect. The role name is expected in this spot, not the ARN. It should be - !Ref IAMRole

refacktor avatar Oct 26 '20 02:10 refacktor

Hey @atramos,

Thanks for picking up on that! I've made a change that should correctly reference the roles. It should be updated on refresh within 5 minutes or so.

iann0036 avatar Oct 26 '20 02:10 iann0036