tfmcp

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 = {} }