mirror of
https://github.com/coder/coder.git
synced 2026-09-21 20:51:01 +08:00
chore(dogfood): rename project_directory to folder (#10008)
This commit is contained in:
+6
-6
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user