From 013827246a3e509b77ddab9621b74d7eef61cd22 Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Wed, 20 Aug 2025 19:02:55 +0200 Subject: [PATCH] Actualiser list-users.tf --- list-users.tf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/list-users.tf b/list-users.tf index 4b7f218..915d625 100644 --- a/list-users.tf +++ b/list-users.tf @@ -1,10 +1,10 @@ ######################################### # IAM user, login profile and access key ######################################### -module "iam_user" { +module "Leon_Tartempion" { source = "../../" - name = "Leon.tartempion" + name = "Leon.Tartempion" force_destroy = true # User "test" has uploaded his public key here - https://keybase.io/test/pgp_keys.asc @@ -21,10 +21,10 @@ module "iam_user" { ################################################################### # IAM user without pgp_key (IAM access secret will be unencrypted) ################################################################### -module "iam_user2" { +module "Luc.Trucmuche" { source = "../../" - name = "Luc.trucmuche" + name = "Luc.Trucmuche" create_iam_user_login_profile = false create_iam_access_key = true