Remove subdomain variable
Remove subdomain variable in Variables.tf in pelican-service
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user