Releases: cloudposse/terraform-aws-iam-role
Releases · cloudposse/terraform-aws-iam-role
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 |
Release Notes
cloudposse/terraform-aws-iam-policy-document-aggregator
v0.8.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#25)
##### what - update context.tf to v0.23.0 - minimum required Terraform version bumped to 0.13.0 - readme updated, Bridgecrew compliance badges added ##### why - It allows for setting the letter case of tag names and labels - we have dropped support for Terraform 0.12 - To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliantv0.7.0
Terraform 0.14 upgrade @maximmi (#24)
##### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard ##### why - Support Terraform 0.14v0.9.0
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#22)
what
- update context.tf to v0.24.1
- minimum required Terraform version bumped to 0.13.0
- readme updated, Bridgecrew compliance badges added
why
- It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
- we have dropped support for Terraform 0.12
- To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant