File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
examples/templates/aws-devcontainer Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,6 @@ data "cloudinit_config" "user_data" {
237
237
}
238
238
}
239
239
240
- # TODO: replace this with the new thing
241
240
# This is useful for debugging the startup script. Left here for reference.
242
241
# resource local_file "startup_script" {
243
242
# content = data.cloudinit_config.user_data.rendered
@@ -262,9 +261,6 @@ resource "aws_instance" "vm" {
262
261
lifecycle {
263
262
ignore_changes = [ami ]
264
263
}
265
-
266
- # TODO: remove
267
- key_name = " phorcys-roflpad"
268
264
}
269
265
270
266
resource "aws_ec2_instance_state" "vm" {
@@ -315,11 +311,6 @@ resource "coder_metadata" "info" {
315
311
key = " ssh_pubkey"
316
312
value = data. coder_parameter . ssh_pubkey . value
317
313
}
318
- # TODO: remove
319
- item {
320
- key = " cloudinit_config"
321
- value = base64encode (data. cloudinit_config . user_data . rendered )
322
- }
323
314
item {
324
315
key = " repo_url"
325
316
value = data. coder_parameter . repo_url . value
You can’t perform that action at this time.
0 commit comments