style(codex): terraform fmt
This commit is contained in:
parent
8be5d5e01c
commit
46726a903d
@ -281,13 +281,13 @@ module "agentapi" {
|
|||||||
|
|
||||||
# Standalone installation (when tasks are disabled)
|
# Standalone installation (when tasks are disabled)
|
||||||
resource "coder_script" "standalone_install" {
|
resource "coder_script" "standalone_install" {
|
||||||
count = local.tasks_enabled ? 0 : 1
|
count = local.tasks_enabled ? 0 : 1
|
||||||
agent_id = var.agent_id
|
agent_id = var.agent_id
|
||||||
display_name = "Install Codex"
|
display_name = "Install Codex"
|
||||||
icon = var.icon
|
icon = var.icon
|
||||||
run_on_start = true
|
run_on_start = true
|
||||||
start_blocks_login = false
|
start_blocks_login = false
|
||||||
script = <<-EOT
|
script = <<-EOT
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user