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

Commit e48edfa

Browse files
committed
rename run.sh since it's a tf template now
1 parent 96f6bde commit e48edfa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

kasmvnc/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "coder_script" "kasm_vnc" {
2323
display_name = "KasmVNC"
2424
icon = "/icon/kasmvnc.svg"
2525
run_on_start = true
26-
script = templatefile("${path.module}/run.sh", locals.template_data)
26+
script = templatefile("${path.module}/run.sh.tftpl", locals.template_data)
2727
}
2828

2929
resource "coder_app" "kasm_vnc" {
File renamed without changes.

0 commit comments

Comments
 (0)