- Notifications
You must be signed in to change notification settings - Fork1k
Commit69ba27e
authored
feat: allow specifying devcontainer on agent in terraform (#16997)
This change allows specifying devcontainers in terraform and plumbs itthrough to the agent via agent manifest.This will be used for autostarting devcontainers in a workspace.Depends oncoder/terraform-provider-coder#368Updates#164231 parent287e319 commit69ba27e
File tree
49 files changed
+2614
-1252
lines changed- agent/proto
- cli/testdata
- coderd
- agentapi
- apidoc
- database
- dbauthz
- dbgen
- dbmem
- dbmetrics
- dbmock
- migrations
- testdata/fixtures
- queries
- provisionerdserver
- rbac
- policy
- codersdk
- agentsdk
- docs/reference/api
- provisionerd/proto
- provisionersdk/proto
- provisioner/terraform
- testdata/devcontainer
- site
- e2e
- src/api
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+2614
-1252
lines changedSome generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 |
| |
99 | 106 |
| |
100 | 107 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
| |||
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 |
| |
84 | 93 |
| |
85 | 94 |
| |
| |||
125 | 134 |
| |
126 | 135 |
| |
127 | 136 |
| |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
132 | 142 |
| |
133 | 143 |
| |
134 | 144 |
| |
| |||
228 | 238 |
| |
229 | 239 |
| |
230 | 240 |
| |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
159 | 172 |
| |
160 | 173 |
| |
161 | 174 |
| |
| |||
267 | 280 |
| |
268 | 281 |
| |
269 | 282 |
| |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
270 | 294 |
| |
271 | 295 |
| |
272 | 296 |
| |
| |||
299 | 323 |
| |
300 | 324 |
| |
301 | 325 |
| |
| 326 | + | |
302 | 327 |
| |
303 | 328 |
| |
304 | 329 |
| |
| |||
321 | 346 |
| |
322 | 347 |
| |
323 | 348 |
| |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
328 | 354 |
| |
329 | 355 |
| |
330 | 356 |
| |
| |||
364 | 390 |
| |
365 | 391 |
| |
366 | 392 |
| |
| 393 | + | |
367 | 394 |
| |
368 | 395 |
| |
369 | 396 |
| |
| |||
386 | 413 |
| |
387 | 414 |
| |
388 | 415 |
| |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
393 | 421 |
| |
394 | 422 |
| |
395 | 423 |
| |
|
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
186 | 186 |
| |
187 | 187 |
| |
188 | 188 |
| |
| 189 | + | |
189 | 190 |
| |
190 | 191 |
| |
191 | 192 |
| |
| |||
2660 | 2661 |
| |
2661 | 2662 |
| |
2662 | 2663 |
| |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
| 2667 | + | |
| 2668 | + | |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
2663 | 2672 |
| |
2664 | 2673 |
| |
2665 | 2674 |
| |
| |||
3390 | 3399 |
| |
3391 | 3400 |
| |
3392 | 3401 |
| |
| 3402 | + | |
| 3403 | + | |
| 3404 | + | |
| 3405 | + | |
| 3406 | + | |
| 3407 | + | |
| 3408 | + | |
3393 | 3409 |
| |
3394 | 3410 |
| |
3395 | 3411 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3074 | 3074 |
| |
3075 | 3075 |
| |
3076 | 3076 |
| |
| 3077 | + | |
| 3078 | + | |
| 3079 | + | |
| 3080 | + | |
| 3081 | + | |
| 3082 | + | |
| 3083 | + | |
| 3084 | + | |
| 3085 | + | |
| 3086 | + | |
| 3087 | + | |
| 3088 | + | |
| 3089 | + | |
| 3090 | + | |
| 3091 | + | |
| 3092 | + | |
| 3093 | + | |
| 3094 | + | |
| 3095 | + | |
| 3096 | + | |
| 3097 | + | |
| 3098 | + | |
| 3099 | + | |
| 3100 | + | |
| 3101 | + | |
| 3102 | + | |
| 3103 | + | |
| 3104 | + | |
| 3105 | + | |
| 3106 | + | |
3077 | 3107 |
| |
3078 | 3108 |
| |
3079 | 3109 |
| |
| |||
5021 | 5051 |
| |
5022 | 5052 |
| |
5023 | 5053 |
| |
| 5054 | + | |
| 5055 | + | |
| 5056 | + | |
| 5057 | + | |
| 5058 | + | |
| 5059 | + | |
| 5060 | + | |
| 5061 | + | |
| 5062 | + | |
| 5063 | + | |
| 5064 | + | |
| 5065 | + | |
| 5066 | + | |
| 5067 | + | |
| 5068 | + | |
| 5069 | + | |
| 5070 | + | |
| 5071 | + | |
| 5072 | + | |
| 5073 | + | |
| 5074 | + | |
| 5075 | + | |
| 5076 | + | |
| 5077 | + | |
| 5078 | + | |
| 5079 | + | |
| 5080 | + | |
| 5081 | + | |
| 5082 | + | |
| 5083 | + | |
| 5084 | + | |
| 5085 | + | |
| 5086 | + | |
| 5087 | + | |
| 5088 | + | |
| 5089 | + | |
| 5090 | + | |
| 5091 | + | |
| 5092 | + | |
| 5093 | + | |
| 5094 | + | |
| 5095 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
258 | 270 |
| |
259 | 271 |
| |
260 | 272 |
| |
|
0 commit comments
Comments
(0)