diff --git a/dogfood/main.tf b/dogfood/main.tf index cc4cc751e1e65..b0db524fd9958 100644 --- a/dogfood/main.tf +++ b/dogfood/main.tf @@ -95,12 +95,12 @@ module "code-server" { } module "jetbrains_gateway" { - source = "https://registry.coder.com/modules/jetbrains-gateway" - agent_id = coder_agent.dev.id - agent_name = "dev" - project_directory = local.repo_dir - jetbrains_ides = ["GO", "WS"] - default = "GO" + source = "https://registry.coder.com/modules/jetbrains-gateway" + agent_id = coder_agent.dev.id + agent_name = "dev" + folder = local.repo_dir + jetbrains_ides = ["GO", "WS"] + default = "GO" } module "vscode-desktop" {