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