Update main.tf

This commit is contained in:
Hugo Dutka 2025-08-02 10:31:44 +02:00 committed by GitHub
parent 9b2171c007
commit 32c5f40d8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,7 +155,7 @@ module "agentapi" {
set -o pipefail set -o pipefail
echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh 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_PROVIDER='${var.goose_provider}' \
ARG_MODEL='${var.goose_model}' \ ARG_MODEL='${var.goose_model}' \