|
|
@ -76,7 +76,7 @@ resource "coder_script" "dotfiles" {
|
|
|
|
resource "coder_app" "dotfiles" {
|
|
|
|
resource "coder_app" "dotfiles" {
|
|
|
|
count = var.manual_update ? 1 : 0
|
|
|
|
count = var.manual_update ? 1 : 0
|
|
|
|
agent_id = var.agent_id
|
|
|
|
agent_id = var.agent_id
|
|
|
|
display_name = "Update Dotfiles"
|
|
|
|
display_name = "Refresh Dotfiles"
|
|
|
|
slug = "dotfiles"
|
|
|
|
slug = "dotfiles"
|
|
|
|
icon = "/icon/dotfiles.svg"
|
|
|
|
icon = "/icon/dotfiles.svg"
|
|
|
|
command = templatefile("${path.module}/run.sh", {
|
|
|
|
command = templatefile("${path.module}/run.sh", {
|
|
|
|