Added Terraform/Ansible configuration to include RustDesk deployment
This commit is contained in:
@@ -79,3 +79,13 @@ variable "maxmind_license_key" {
|
||||
description = "Maxmind license key"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "rustdesk_private_key" {
|
||||
description = "Rustdesk private key"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "rustdesk_public_key" {
|
||||
description = "Rustdesk public key"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user