initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user