2022-09-15 16:31:30 +08:00
|
|
|
variable iam-user-name {}
|
2022-10-20 09:12:29 +08:00
|
|
|
variable iam-user-policy {
|
|
|
|
type = string
|
|
|
|
default = ""
|
|
|
|
}
|
|
|
|
variable iam-user-policy-name {
|
|
|
|
type = string
|
|
|
|
default = ""
|
|
|
|
}
|
2022-09-15 16:31:30 +08:00
|
|
|
variable create-access-key {
|
|
|
|
type = bool
|
|
|
|
}
|
|
|
|
variable create-password {
|
|
|
|
type = bool
|
|
|
|
}
|
|
|
|
variable default-tags {}
|
2022-09-16 10:37:28 +08:00
|
|
|
variable managed-policy-arns {}
|
|
|
|
variable add-to-groups {
|
|
|
|
type = list
|
|
|
|
default = []
|
2022-09-19 16:04:26 +08:00
|
|
|
}
|
2022-10-20 09:12:29 +08:00
|
|
|
|
|
|
|
variable pgp-key {
|
|
|
|
type = string
|
|
|
|
default = null
|
|
|
|
}
|