23 lines
387 B
HCL
23 lines
387 B
HCL
variable iam-user-name {}
|
|
variable iam-user-policy {}
|
|
variable create-access-key {
|
|
type = bool
|
|
}
|
|
variable create-password {
|
|
type = bool
|
|
}
|
|
variable default-tags {}
|
|
variable managed-policy-arns {}
|
|
variable create-group {
|
|
type = bool
|
|
}
|
|
variable iam-group-name {
|
|
type = string
|
|
default = ""
|
|
}
|
|
|
|
variable add-to-groups {
|
|
type = list
|
|
default = []
|
|
}
|
|
variable iam-user-policy-name {} |