Remove subdomain variable

Remove subdomain variable in Variables.tf in pelican-service
This commit is contained in:
Jeroen Vijgen
2025-10-08 01:22:20 +03:00
committed by GitHub
parent f83a9ca386
commit b985f9b000
@@ -38,9 +38,3 @@ variable "timezone" {
type = string
default = "Europe/Helsinki"
}
variable "subdomain" {
description = "Subdomain on which the panel is hosted"
type = string
default = "gpanel"
}