We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a78ce3 commit dfe7fc6Copy full SHA for dfe7fc6
registry/coder/modules/jetbrains-gateway/README.md
@@ -109,7 +109,7 @@ Due to the highest priority of the `ide_download_link` parameter in the `(jetbra
109
module "jetbrains_gateway" {
110
count = data.coder_workspace.me.start_count
111
source = "registry.coder.com/coder/jetbrains-gateway/coder"
112
- version = "1.2.3"
+ version = "1.2.3"
113
agent_id = coder_agent.example.id
114
folder = "/home/coder/example"
115
jetbrains_ides = ["GO", "WS"]
0 commit comments