terraform.aws-baseline-infra/modules/security_identity_compliance/iam-user/variables.tf

10 lines
198 B
Terraform
Raw Normal View History

2022-09-15 16:31:30 +08:00
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 {}