Actualiser list-users.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 22s

This commit is contained in:
2025-08-20 19:04:10 +02:00
parent 013827246a
commit bd24d3c26f

View File

@@ -1,7 +1,7 @@
######################################### #########################################
# IAM user, login profile and access key # IAM user, login profile and access key
######################################### #########################################
module "Leon_Tartempion" { module "iam_user01" {
source = "../../" source = "../../"
name = "Leon.Tartempion" name = "Leon.Tartempion"
@@ -21,7 +21,7 @@ module "Leon_Tartempion" {
################################################################### ###################################################################
# IAM user without pgp_key (IAM access secret will be unencrypted) # IAM user without pgp_key (IAM access secret will be unencrypted)
################################################################### ###################################################################
module "Luc.Trucmuche" { module "iam_user02" {
source = "../../" source = "../../"
name = "Luc.Trucmuche" name = "Luc.Trucmuche"