17 lines
252 B
HCL
17 lines
252 B
HCL
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"
|
|
}
|
|
} |