Releases: cloudposse/terraform-aws-iam-role
Releases · cloudposse/terraform-aws-iam-role
v0.14.0
Add assume role policy conditions and managed iam policies @sebastianmacarescu (#33)
what
- option to attach AWS Managed IAM policies to created role
- option to add conditions to trust policy
why
- we should be able to use aws managed policies (or any other policies) and not create new ones dedicated for this role
- we should be able to add conditions on who can assume this role (mfa enabled, be part of organization, specific session name, etc)
references
- closes #24
- documentation for conditions: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document
- documentation for conditions in trust role policies: https://aws.amazon.com/blogs/security/how-to-use-trust-policies-with-iam-roles/
v0.13.0
Add permissions_boundary as a variable @mmorejon (#30)
what
- Add
permissions_boundary
as a parameter
why
- This parameter is missing in the module as an option.
references
Signed-off-by: Manuel Morejon manuel@mmorejon.io
v0.12.0
update assume actions variable to support multiple actions @mcalhoun (#29)
what
- Rename the
assume_role_action
variable toassume_role_actions
- Update the
assume_role_action
to allow multiple actions - Update the default action to include
sts:TagSession
why
- Allow the flexibility of adding multiple actions to the trust policy
NOTE: THIS PR CONTAINS A BACKWARD-INCOMPATIBLE CHANGE
v0.11.0
Add instance profile @sebastianmacarescu (#27)
what
- add option to create instance profile for the role
why
- we should be able to use this module to create a role for an ec2 instance
references
v0.10.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#28)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.10.0: Remove dependency from policy-document-aggregator (#25)
what
- Replace "cloudposse/terraform-aws-iam-policy-document-aggregator" with https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#example-of-merging-override-documents
why
- Reduce complexity
v0.10.0
Remove dependency from policy-document-aggregator @goruha (#25)
what
- Replace "cloudposse/terraform-aws-iam-policy-document-aggregator" with https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document#example-of-merging-override-documents
why
- Reduce complexity
v0.9.3
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#20)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.9.2
v0.9.1
🤖 Automatic Updates
Update Terraform cloudposse/iam-policy-document-aggregator/aws to v0.8.0 @renovate (#23)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/iam-policy-document-aggregator/aws (source) | terraform | minor | 0.6.0 -> 0.8.0 |