fix(dotfiles): rename `coder_script` to "dotfiles" (from "personalize")

pull/133/head
Phorcys 1 year ago
parent e653503711
commit ae23a5f7e3

@ -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,

Loading…
Cancel
Save