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"