From 46726a903d8ef76564e109c19320deb0d842db76 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Feb 2026 07:24:09 +0000 Subject: [PATCH] style(codex): terraform fmt --- registry/coder-labs/modules/codex/main.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/registry/coder-labs/modules/codex/main.tf b/registry/coder-labs/modules/codex/main.tf index f6ad049d..5295bf04 100644 --- a/registry/coder-labs/modules/codex/main.tf +++ b/registry/coder-labs/modules/codex/main.tf @@ -281,13 +281,13 @@ module "agentapi" { # Standalone installation (when tasks are disabled) resource "coder_script" "standalone_install" { - count = local.tasks_enabled ? 0 : 1 - agent_id = var.agent_id - display_name = "Install Codex" - icon = var.icon - run_on_start = true + count = local.tasks_enabled ? 0 : 1 + agent_id = var.agent_id + display_name = "Install Codex" + icon = var.icon + run_on_start = true start_blocks_login = false - script = <<-EOT + script = <<-EOT #!/bin/bash set -o errexit set -o pipefail