Skip to content

Commit

Permalink
set default gatway IDE to PyCharm Professional
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Sep 29, 2023
1 parent ad5e804 commit 558b429
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions deeplearning/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ terraform {


module "jetbrains_gateway" {
source = "https://registry.coder.com/modules/jetbrains-gateway"
agent_id = coder_agent.main.id
agent_name = "main"
project_directory = "/home/coder/data"
jetbrains_ides = ["PY", "PC"]
source = "https://registry.coder.com/modules/jetbrains-gateway"
agent_id = coder_agent.main.id
agent_name = "main"
project_directory = "/home/coder/data"
jetbrains_ides = ["PY", "PC"]
default = "PY"
}

module "filebrowser" {
Expand Down

0 comments on commit 558b429

Please sign in to comment.