diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eda40d..4badb7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/main.tf b/main.tf index fd82dd7..cabed22 100644 --- a/main.tf +++ b/main.tf @@ -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