Terraform Aws Iam User Versions Save

Terraform Module to provision a basic IAM user suitable for humans.

0.9.0

11 months ago
  • No changes

0.8.4

1 year ago

🚀 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

0.8.3

1 year ago

🚀 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

0.8.2

1 year ago
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

0.8.1

2 years ago

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

0.8.0

2 years ago
Add user_name to examples @yi2020 (#16)

user_name is a required input.

0.7.0

3 years ago
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

0.6.1

3 years ago

🤖 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

0.6.0

3 years ago
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

0.5.0

3 years ago
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.