Skip to content

Releases: cloudposse/terraform-aws-iam-system-user

v0.17.0

07 Dec 00:12
927ecd1
Compare
Choose a tag to compare
make this module v14 compatible @jurgenweber (#38)

make this module v14 compatible

v0.16.2

02 Nov 13:30
63c5225
Compare
Choose a tag to compare
Fix typo for inline_policies_map example @FilipNikolovski (#36)

what

  • Fix minor typo in README.

v0.16.1

30 Sep 13:16
146fbf8
Compare
Choose a tag to compare
Adds a more useful, 0.12+ README example @Gowiem (#35)

what

  • Updates README example

why

  • Easier copy / pasta

v0.16.0

02 Sep 23:49
1c1a22a
Compare
Choose a tag to compare
Update to `context.tf` @aknysh (#34)

what

  • Update to context.tf

why

  • Standardization and interoperability
  • Keep the module up to date

related

v0.15.0

18 Aug 11:45
3efec09
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#31)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.14.0: Allow policy attachment (#29)

18 Aug 07:43
ad22bea
Compare
Choose a tag to compare
* 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)

18 Aug 07:26
1478f63
Compare
Choose a tag to compare
## 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

18 Aug 07:26
57eef69
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.12.0: Use tags from the label module (#26)

20 Jul 15:36
179b868
Compare
Choose a tag to compare
* 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)

30 Jun 18:52
919fa17
Compare
Choose a tag to compare

Removing deprecated ses_smtp_password and adding ses_smtp_password_v4

what

  • adding ses_smtp_password_v4

why

  • Removing deprecated ses_smtp_password