Releases: cloudposse/terraform-aws-iam-user
v0.9.0
v0.8.4
🚀 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
🚀 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
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
- There is a bug/feature(?) in AWS provider 4.x that causes undesired user update, see this open issue hashicorp/terraform-provider-aws#23567. Know fix for now is to ignore this change.
references
v0.8.1
🤖 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
v0.7.0
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
🤖 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
v0.5.0
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.