Skip to content

amazon.aws 8.2.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 20:33
· 107 commits to main since this release
8.2.1
e0329ff

Release Summary

This is a bugfix release for the iam_role module that resolves the issue where IAM instance profiles were being created when create_instance_profile was set to false and addresses the EntityAlreadyExists exception when the instance profile already existed.

Bugfixes

  • iam_role - fixes EntityAlreadyExists exception when create_instance_profile was set to false and the instance profile already existed (#2102).
  • iam_role - fixes issue where IAM instance profiles were created when create_instance_profile was set to false (#2281).