feat(terraform): updated configs for yc lab

This commit is contained in:
ITQ
2026-08-18 23:11:31 +03:00
parent d9105dee7b
commit 48f67a284e
13 changed files with 101 additions and 25 deletions
+5
View File
@@ -7,6 +7,11 @@ variable "domain" {
type = string
}
variable "cluster_domain" {
type = string
default = "k8s.nlb.infra.itqdev.xyz"
}
variable "frontend_domain" {
description = "Domain to serve frontend from (must equal domain or *.domain), default: domain"
type = string