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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

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" {