variable "name_length" {
description = "็ๆใใใฉใณใใ ใใใๅใฎ้ทใ"
type = number
default = 2
}
variable "separator" {
description = "ใใใๅใฎๅ่ชใๅบๅใๆๅญ"
type = string
default = "-"
}
variable "prefix" {
description = "ใใใๅใฎๆฅ้ ญ่พ"
type = string
default = null
}
variable "output_dir" {
description = "ใใกใคใซใๅบๅใใใใฃใฌใฏใใช"
type = string
default = "output"
}
variable "tags" {
description = "ใชใฝใผในใซ่ฟฝๅ ใใใฟใฐ"
type = map(string)
default = {}
}
variable "metadata" {
description = "่ฟฝๅ ใฎใกใฟใใผใฟ"
type = map(string)
default = {}
}