Skip to content

Commit 352ec7b

Browse files
authored
chore(dogfood): rename project_directory to folder (#10008)
1 parent 4966ef0 commit 352ec7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dogfood/main.tf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ module "code-server" {
9595
}
9696

9797
module "jetbrains_gateway" {
98-
source = "https://registry.coder.com/modules/jetbrains-gateway"
99-
agent_id = coder_agent.dev.id
100-
agent_name = "dev"
101-
project_directory = local.repo_dir
102-
jetbrains_ides = ["GO", "WS"]
103-
default = "GO"
98+
source = "https://registry.coder.com/modules/jetbrains-gateway"
99+
agent_id = coder_agent.dev.id
100+
agent_name = "dev"
101+
folder = local.repo_dir
102+
jetbrains_ides = ["GO", "WS"]
103+
default = "GO"
104104
}
105105

106106
module "vscode-desktop" {

0 commit comments

Comments
 (0)