Add subdomain variable

Add missing subdomain variable
pull/286/head
Seppdo 10 months ago committed by GitHub
parent 1f2c0b616e
commit e10903c1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,6 +72,15 @@ variable "order" {
default = null
}
variable "subdomain" {
type = bool
description = <<-EOT
Determines whether the app will be accessed via it's own subdomain or whether it will be accessed via a path on Coder.
If wildcards have not been setup by the administrator then apps with "subdomain" set to true will not be accessible.
EOT
default = true
}
resource "coder_script" "filebrowser" {
agent_id = var.agent_id
display_name = "File Browser"

Loading…
Cancel
Save