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

This commit is contained in:
2025-08-20 19:02:55 +02:00
parent ae6dc0dc47
commit 013827246a

View File

@@ -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