15 lines
287 B
HCL
15 lines
287 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 add-to-groups {
|
|
type = list
|
|
default = []
|
|
}
|
|
variable iam-user-policy-name {} |