initial commit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
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 "managed-policy-arns" {}
|
||||
variable "add-to-groups" {
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
Reference in New Issue
Block a user