fix(m3uproxy): update playlist file references from .m3u8 to .json and correct descriptions in variables
This commit is contained in:
@@ -4,12 +4,12 @@ variable "persistent_folder" {
|
||||
}
|
||||
|
||||
variable "fqdn" {
|
||||
description = "The fully qualified domain name for the Rustdesk server"
|
||||
description = "The fully qualified domain name for the M3UProxy server"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "tag" {
|
||||
description = "The version of Rustdesk to install"
|
||||
description = "The version of M3UProxy to install"
|
||||
type = string
|
||||
default = "latest"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user