chore(module): upgrade tofu-module-aws-iam-user to 1.1.0

This commit is contained in:
Julien Dessaux 2025-04-12 09:06:52 +02:00
parent 696f668cee
commit af8956867b
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
### Changed
- Upgraded `tofu-module-aws-iam-role` to `1.1.0`.
- Upgraded `tofu-module-aws-iam-user` to `1.1.0`.
## 1.0.0 - 2025-04-11

View file

@ -39,7 +39,7 @@ module "aws_iam_role_test" {
module "aws_iam_user" {
providers = { aws = aws.root }
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-user?depth=1&ref=1.0.0"
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-user?depth=1&ref=1.1.0"
assume_role_account_names = ["core", "tests"]
name = var.name