8 lines
69 B
HCL
8 lines
69 B
HCL
variable "list" {
|
|
}
|
|
|
|
|
|
output "result" {
|
|
value = length(var.list)
|
|
}
|