From 2e6f3bd78f6856e3d14a85e92b40a295a8a447b6 Mon Sep 17 00:00:00 2001
From: Julien Dessaux <julien.dessaux@adyxax.org>
Date: Sat, 12 Apr 2025 08:27:45 +0200
Subject: [PATCH] chore(infrastructure): upgrade tofu-module-aws-iam-ci-user to
 1.0.1

---
 infrastructure/tofu/main.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure/tofu/main.tf b/infrastructure/tofu/main.tf
index ba9cd0a..4fa5281 100644
--- a/infrastructure/tofu/main.tf
+++ b/infrastructure/tofu/main.tf
@@ -8,7 +8,7 @@ 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.0"
+  source = "git::ssh://git@git.adyxax.org/adyxax/tofu-module-aws-iam-ci-user?depth=1&ref=1.0.1"
 
   core_policy_statements = jsonencode([
     {