You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change module source URLs to standardize path format.
- Ensure module versions use non-breaking version range.
- This improves consistency and module management.
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
202
-
version=">= 1.0.0"
201
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
202
+
version="~> 1.0"
203
203
204
204
agent_id=coder_agent.dev[0].id
205
205
order=1
@@ -217,8 +217,8 @@ module "jetbrains_gateway" {
217
217
# Default folder to open when starting a JetBrains IDE
218
218
folder="/home/coder"
219
219
220
-
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
221
-
version=">= 1.0.0"
220
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
20
-
version=">= 1.0.0"
19
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
145
-
version=">= 1.0.0"
144
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
145
+
version="~> 1.0"
146
146
147
147
agent_id=coder_agent.main.id
148
148
order=1
149
149
}
150
150
151
-
# See https://registry.coder.com/modules/jetbrains-gateway
151
+
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
161
161
folder="/home/coder"
162
162
163
-
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
164
-
version=">= 1.0.0"
163
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
24
-
version=">= 1.0.0"
23
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
24
+
version="~> 1.0"
25
25
26
26
default="eastus"
27
27
}
28
28
29
-
# See https://registry.coder.com/modules/windows-rdp
29
+
# See https://registry.coder.com/modules/coder/windows-rdp
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
34
-
version=">= 1.0.0"
33
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
273
-
version=">= 1.0.0"
272
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
273
+
version="~> 1.0"
274
274
275
275
agent_id=coder_agent.main.id
276
276
order=1
277
277
}
278
278
279
-
# See https://registry.coder.com/modules/jetbrains-gateway
279
+
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
289
289
folder="/home/coder"
290
290
291
-
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
292
-
version=">= 1.0.0"
291
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
331
-
version=">= 1.0.0"
330
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
331
+
version="~> 1.0"
332
332
333
333
agent_id=coder_agent.main.id
334
334
order=1
335
335
}
336
336
337
-
# See https://registry.coder.com/modules/jetbrains-gateway
337
+
# See https://registry.coder.com/modules/coder/jetbrains-gateway
# Default folder to open when starting a JetBrains IDE
347
347
folder="/workspaces"
348
348
349
-
# This ensures that the latest version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
350
-
version=">= 1.0.0"
349
+
# This ensures that the latest non-breaking version of the module gets downloaded, you can also pin the module version to prevent breaking changes in production.
0 commit comments