Skip to content

Commit 0abb448

Browse files
committed
fmt
1 parent 0aa2ae1 commit 0abb448

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

dogfood/coder/main.tf

+8-8
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,14 @@ module "vscode-web" {
192192
}
193193

194194
module "jetbrains" {
195-
count = data.coder_workspace.me.start_count
196-
source = "git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
197-
agent_id = coder_agent.dev.id
198-
folder = local.repo_dir
199-
options = ["WS", "GO"]
200-
default = "GO"
201-
latest = true
202-
channel = "eap"
195+
count = data.coder_workspace.me.start_count
196+
source = "git::https://github.com/coder/modules.git//jetbrains?ref=jetbrains"
197+
agent_id = coder_agent.dev.id
198+
folder = local.repo_dir
199+
options = ["WS", "GO"]
200+
default = "GO"
201+
latest = true
202+
channel = "eap"
203203
}
204204

205205
module "filebrowser" {

0 commit comments

Comments
 (0)