Skip to content

Commit 301348f

Browse files
committed
chore(aws-devcontainer): remove debug code
1 parent 8be29b0 commit 301348f

File tree

1 file changed

+0
-9
lines changed
  • examples/templates/aws-devcontainer

1 file changed

+0
-9
lines changed

examples/templates/aws-devcontainer/main.tf

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ data "cloudinit_config" "user_data" {
237237
}
238238
}
239239

240-
# TODO: replace this with the new thing
241240
# This is useful for debugging the startup script. Left here for reference.
242241
# resource local_file "startup_script" {
243242
# content = data.cloudinit_config.user_data.rendered
@@ -262,9 +261,6 @@ resource "aws_instance" "vm" {
262261
lifecycle {
263262
ignore_changes = [ami]
264263
}
265-
266-
# TODO: remove
267-
key_name = "phorcys-roflpad"
268264
}
269265

270266
resource "aws_ec2_instance_state" "vm" {
@@ -315,11 +311,6 @@ resource "coder_metadata" "info" {
315311
key = "ssh_pubkey"
316312
value = data.coder_parameter.ssh_pubkey.value
317313
}
318-
# TODO: remove
319-
item {
320-
key = "cloudinit_config"
321-
value = base64encode(data.cloudinit_config.user_data.rendered)
322-
}
323314
item {
324315
key = "repo_url"
325316
value = data.coder_parameter.repo_url.value

0 commit comments

Comments
 (0)