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