chore(dogfood): rename project_directory to folder (#10008)

This commit is contained in:
Muhammad Atif Ali
2023-10-03 10:11:58 +03:00
committed by GitHub
parent 4966ef02cf
commit 352ec7bc4f
+6 -6
View File
@@ -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" {