feat: update template

This commit is contained in:
2026-08-07 17:54:23 +02:00
parent 7da871de26
commit a29b90217e
2 changed files with 34 additions and 9 deletions
+7
View File
@@ -8,6 +8,13 @@ variable "service_name" {
type = string
}
variable "service_type" {
description = "The type of the service (e.g., internal_service, dataholder, module)"
type = string
default = "internal_service"
}
variable "subdomain" {
description = "The subdomain prefix for the environment"
type = string