From bd24d3c26fb11ce5b50ebdf38662942f952d02ef Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 20 Aug 2025 19:04:10 +0200 Subject: [PATCH] Actualiser list-users.tf --- list-users.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list-users.tf b/list-users.tf index 915d625..3442771 100644 --- a/list-users.tf +++ b/list-users.tf @@ -1,7 +1,7 @@ ######################################### # IAM user, login profile and access key ######################################### -module "Leon_Tartempion" { +module "iam_user01" { source = "../../" name = "Leon.Tartempion" @@ -21,7 +21,7 @@ module "Leon_Tartempion" { ################################################################### # IAM user without pgp_key (IAM access secret will be unencrypted) ################################################################### -module "Luc.Trucmuche" { +module "iam_user02" { source = "../../" name = "Luc.Trucmuche"