Releases: terraform-modules/aws-iam-user
Releases · terraform-modules/aws-iam-user
3.0.2
add permissions_boundary attribute
- 3.0.1 -- 2024-07-17
- add permissions_boundary attribute
use secret instead of encrypted_secret if no pgp file provided
- 3.0.0 -- 2023-11-22 tf-upgrade
- if pgp_key_file is not provided (empty), it will use the secret vs encrypted secret, so that the secret can be used as input into other resources
use secret instead of encrypted_secret if no pgp file provided
- 2.8.3 -- 2023-11-22
- if pgp_key_file is not provided (empty), it will use the secret vs encrypted secret, so that the secret can be used as input into other resources
fix access key variable and usage
- 2.8.3 -- 2022-09-14
- fix access key variables and usage
fix lowercase() statement
- 2.8.2 -- 2022-09-13
- fix lowercase() -> lower()
fix pgp key file detection
- 2.7.4 -- 2022-06-27
- fix pgp key detection
fix email setup
- 2.7.2 -- 2022-06-23
- fix email setup
fix access key indexing
- 2.7.1 -- 2022-06-23
- fix access key indexing
add inline_policies, path, and code for creating access keys
- 2.7.0 -- 2022-06-17
- add inline_policies
- add path
- enable code for creating access keys