mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore(dogfood): rename project_directory to folder (#10008)
This commit is contained in:
committed by
GitHub
parent
4966ef02cf
commit
352ec7bc4f
+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