chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to 1.1.0
All checks were successful
main / test (push) Successful in 1m54s

This commit is contained in:
Julien Dessaux 2025-07-11 09:45:52 +02:00
parent d4f08aa3ba
commit 271ced8520
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 30 additions and 1 deletions

View file

@ -8,8 +8,12 @@ module "aws_iam_ci_user" {
aws.root = aws.all["root"]
aws.tests = aws.all["tests"]
}
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.0.1"
source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.1.0"
forgejo_repository = {
name = local.name
owner = "adyxax"
}
name = local.name
tests_policy_statements = jsonencode([{
Action = "iam:*"