Releases: cloudposse/terraform-aws-iam-system-user
Releases · cloudposse/terraform-aws-iam-system-user
v0.17.0
make this module v14 compatible @jurgenweber (#38)
make this module v14 compatible
v0.16.2
v0.16.1
v0.16.0
v0.15.0
0.14.0: Allow policy attachment (#29)
* Allow policies to be attached to the user ...as this is often the first thing that we do after creating the user, we may as well make things a bit easier. Note that we use maps rather than lists (or sets) to allow for the setting of static descriptive keys that are known during plan even when the policy (arn) may not yet be known. * Don't `md5()` policy attachment keys For inline policies this makes sense -- we'd just end up with huge, messy, and distinctly non-useful resource keys -- but a policy ARN is generally short enough that this just makes things a bit more opaque. * Add `$self` to README * Executed 'terraform fmt' Co-authored-by: actions-bot <[email protected]>
0.13.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#27)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.13.0
0.12.0: Use tags from the label module (#26)
* Use tags from the label module ...rather than just from `var.tags`. * Updated README.md Co-authored-by: actions-bot <[email protected]>
0.11.0: add output smtp v4 (#24)
Removing deprecated ses_smtp_password and adding ses_smtp_password_v4
what
- adding ses_smtp_password_v4
why
- Removing deprecated ses_smtp_password