refactor: rename hostnames to subdomains

This commit is contained in:
Yuris Cakranegara
2025-06-07 15:21:02 +10:00
parent d441e80fbd
commit 0f3d672a11
4 changed files with 8 additions and 8 deletions

View File

@@ -53,7 +53,7 @@ variable "service_definitions" {
name = string
primary_port = number
endpoint = string
hostnames = optional(list(string), [])
subdomains = optional(list(string), [])
}))
default = []
}