Skip to content

Releases: cloudposse/terraform-aws-iam-user

v0.9.0

17 May 09:11
be9efbc
Compare
Choose a tag to compare
  • No changes

v0.8.4

27 Jul 14:22
be9efbc
Compare
Choose a tag to compare

🚀 Enhancements

fix: remove template provider from requirements @mehowthe (#25)

what

  • Remove not needed provider from requirements in versions.tf file

why

template was not removed from versions.tf in PR that replaced data "template_file" with built-in function templatefile

This module is using provider hashicorp/template https://registry.terraform.io/providers/hashicorp/template/latest/docs#deprecation which is deprecated
Provider hashicorp/template does not work on darwin_arm64 platform.

references

v0.8.3

21 Jul 20:20
f31641c
Compare
Choose a tag to compare

🚀 Enhancements

use templatefile function instead of data resource @moperacz (#22)

what

instead of using deprecated (and not supported on new Macs) hashicorp/template provider use templatefile function

why

This module is using provider hashicorp/template https://registry.terraform.io/providers/hashicorp/template/latest/docs#deprecation which is deprecated
Provider hashicorp/template does not work on darwin_arm64 platform.

references

closes #20

v0.8.2

20 Jul 16:15
343506e
Compare
Choose a tag to compare
git.io->cloudposse.tools update @dylanbannon (#21)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🚀 Enhancements

fix: ignores password_reset_required change to support changes in AWS provider 4.x @gberenice (#24)

what

  • Ignores password_reset_required change.

why

references

v0.8.1

21 Aug 03:07
5d953db
Compare
Choose a tag to compare

🤖 Automatic Updates

Update context.tf @cloudpossebot (#18)

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.8.0

04 Jun 02:30
f12adb8
Compare
Choose a tag to compare
Add user_name to examples @yi2020 (#16)

user_name is a required input.

v0.7.0

05 Feb 06:57
1b58829
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#13)

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

Supersedes and closes #14

v0.6.1

05 Feb 04:12
f451cd1
Compare
Choose a tag to compare

🤖 Automatic Updates

Update README.md and docs @cloudpossebot (#15)

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.6.0

04 Feb 06:48
d10ef0a
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#12)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.5.0

27 Oct 21:33
a5725a1
Compare
Choose a tag to compare
feat: disables tamplate_files if `var.pgp_key` is not from keybase @Gowiem (#10)

what

  • Removes the keybase specific template file resources if the pgp_key input is not a keybase key

why

  • Keybase is no longer in business so folks are moving away from using keybase. These resources are not needed if using a standard PGP key, so let's get rid of them entirely to clean up the state.