Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 49f0605

Browse files
committed
fix: update TF import
1 parent b4153a6 commit 49f0605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-rdp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ resource "coder_script" "windows-rdp" {
3434
agent_id = var.agent_id
3535
display_name = "windows-rdp"
3636
icon = "https://svgur.com/i/158F.svg" # TODO: add to Coder icons
37-
script = templatefile("./windows-installation.tftpl", {
37+
script = templatefile("${path.module}/./windows-installation.tftpl", {
3838
CODER_USERNAME : var.admin_username,
3939
CODER_PASSWORD : var.admin_password,
4040
})

0 commit comments

Comments
 (0)