From a561ab471e018b28741f54b5211e14c1af276a09 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 13 Aug 2024 22:56:11 +0300 Subject: [PATCH] fixup! --- dotfiles/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/main.tf b/dotfiles/main.tf index f52e0f4..1b5161f 100644 --- a/dotfiles/main.tf +++ b/dotfiles/main.tf @@ -74,7 +74,7 @@ resource "coder_script" "dotfiles" { } resource "coder_app" "dotfiles" { - count = var.manual_update + count = var.manual_update ? 1 : 0 agent_id = var.agent_id display_name = "Update Dotfiles" slug = "dotfiles"