terraform.aws-baseline-infra/modules/util/resource-list/variables.tf

17 lines
252 B
Terraform
Raw Normal View History

variable resource-type {
type = string
}
variable query-input {
type = string
default = null
}
variable asrolearn {
type = string
validation {
condition = length(var.asrolearn) > 1
error_message = "asrolearn is too short"
}
}