Skip to content

Releases: cloudposse/terraform-aws-iam-user

v0.4.0

30 Sep 23:24
f2534ab
Compare
Choose a tag to compare
  • No changes

0.3.0: Bring this module into the new world (#9)

30 Sep 23:24
f2534ab
Compare
Choose a tag to compare
## what
* This builds off of the work from @chess-seventh and @ivanmartos to bring this module up-to-date with the latest and greatest Cloud Posse practices:
* Adds 0.12+ support
* Updates tests to use new Make files + go modules
* Adds github workflows / templates 
* Adds context.tf
* Updates example to follow the more consistent Cloud Posse example/complete pattern. 
* Removes old cruft: codefresh tests and .travis.yml

## why
* This hasn't been updated since 0.11, but folks are still looking to use it (myself included)

## references
* Closes #3 
* Closes #5 
* Closes #6 

Co-authored-by: Chess Seventh <chess7th@pm.me>
Co-authored-by: ivanmartos <ivan.martos@crowdhouse.ch>

0.2.0 Tags for AWS IAM Users

18 Nov 22:38
Compare
Choose a tag to compare

what

  • Add tags for AWS IAM Users

why

  • You can use IAM tags to add custom attributes to an IAM entity (user) using a tag key–value pair.

0.1.1: fix destroy (#2)

24 Oct 20:10
8b2f417
Compare
Choose a tag to compare
* fix destroy

* format

0.1.0: Initial implementation (#1)

23 Oct 16:58
ec2eb23
Compare
Choose a tag to compare
* Initial implementation

* Update readme

* Update travis