fix: update object definition for top-level templatefile

mes/rdp-glitch-repro^2
Parkreiner 10 months ago
parent 49f060549e
commit a8580fe6b9

@ -34,9 +34,9 @@ resource "coder_script" "windows-rdp" {
agent_id = var.agent_id
display_name = "windows-rdp"
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
script = templatefile("${path.module}/./windows-installation.tftpl", {
CODER_USERNAME : var.admin_username,
CODER_PASSWORD : var.admin_password,
script = templatefile("${path.module}/windows-installation.tftpl", {
CODER_USERNAME = var.admin_username,
CODER_PASSWORD = var.admin_password,
})
run_on_start = true

Loading…
Cancel
Save