chore(module): upgrade tofu-module-aws-iam-user
to 1.1.0
This commit is contained in:
parent
696f668cee
commit
af8956867b
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
2
main.tf
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue