add default to README docs

pull/42/head
Muhammad Atif Ali 2 years ago committed by GitHub
parent 65cd628d92
commit 774eb16345
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,7 +20,8 @@ module "jetbrains_gateway" {
agent_id = coder_agent.main.id agent_id = coder_agent.main.id
agent_name = "main" agent_name = "main"
project_directory = "/home/coder/project" project_directory = "/home/coder/project"
gateway_ide_product_code = ["GO","WS"] jetbrains_ides = ["GO","WS"]
default = "GO"
} }
``` ```

Loading…
Cancel
Save