From ae23a5f7e3a201e7119dc53a7519e961cd147ba2 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Tue, 30 Jan 2024 13:50:43 +0000 Subject: [PATCH] fix(dotfiles): rename `coder_script` to "dotfiles" (from "personalize") --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index a260309..0dd43fa 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -45,7 +45,7 @@ locals { user = var.user != null ? var.user : "" } -resource "coder_script" "personalize" { +resource "coder_script" "dotfiles" { agent_id = var.agent_id script = templatefile("${path.module}/run.sh", { DOTFILES_URI : local.dotfiles_uri,