|
|
@ -27,7 +27,7 @@ variable "admin_password" {
|
|
|
|
|
|
|
|
|
|
|
|
resource "coder_script" "windows-rdp" {
|
|
|
|
resource "coder_script" "windows-rdp" {
|
|
|
|
agent_id = var.agent_id
|
|
|
|
agent_id = var.agent_id
|
|
|
|
display_name = "web-rdp"
|
|
|
|
display_name = "windows-rdp"
|
|
|
|
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
|
|
|
|
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
|
|
|
|
script = <<EOF
|
|
|
|
script = <<EOF
|
|
|
|
function Set-AdminPassword {
|
|
|
|
function Set-AdminPassword {
|
|
|
|