10 lines
146 B
HCL
10 lines
146 B
HCL
variable "names_list" {
|
|
description = "name list"
|
|
type = list(string)
|
|
}
|
|
# default = [
|
|
# "web",
|
|
# "nginx",
|
|
# "mariadb",
|
|
# ]
|