terraform-demo/modules/ecr/valiables.tf

10 lines
146 B
HCL

variable "names_list" {
description = "name list"
type = list(string)
}
# default = [
# "web",
# "nginx",
# "mariadb",
# ]