From 32c5f40d8a240cd9b340abdff4ae05dc8d54a1ac Mon Sep 17 00:00:00 2001 From: Hugo Dutka Date: Sat, 2 Aug 2025 10:31:44 +0200 Subject: [PATCH] Update main.tf --- registry/coder/modules/goose/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/goose/main.tf b/registry/coder/modules/goose/main.tf index 3977a9a0..755aabf6 100644 --- a/registry/coder/modules/goose/main.tf +++ b/registry/coder/modules/goose/main.tf @@ -155,7 +155,7 @@ module "agentapi" { set -o pipefail echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh - chmod +x /tmp/install.sh + chmod +x /tmp/install.sh ARG_PROVIDER='${var.goose_provider}' \ ARG_MODEL='${var.goose_model}' \