Actualiser list-users.tf
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 8s
Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 8s
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user