update REDAME

pull/16/head
Muhammad Atif Ali 2 years ago
parent 0e534821aa
commit 4ab81b7e12

@ -16,10 +16,10 @@ To use this module, add the following snippet to your template manifest:
```hcl ```hcl
module "jetbrains_gateway" { module "jetbrains_gateway" {
source = "git::https://github.com/coder/testing-modules.git//jetbrains-gateway" source = "https://registry.coder.com/modules/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_directory = "/home/coder/project"
gateway_ide_product_code = ["GO","WS"] # A list of JetBrains product codes use ["ALL"] for all products gateway_ide_product_code = ["GO","WS"] # A list of JetBrains product codes use ["ALL"] for all products
} }
``` ```

Loading…
Cancel
Save