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