feat: update template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user