Skip to content

Commit 87f6a6f

Browse files
committed
chore: delete comment
1 parent 28a5267 commit 87f6a6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/terraform/modules/ec2/main.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ resource "aws_instance" "ubuntu" {
118118
Name = "${var.test_environment}-${var.collector_distro}-${local.instance_config[count.index].test_key_prefix}"
119119
}
120120

121-
# TODO: scope s3 install to commit sha once publish with sha is merged to main
122121
user_data_replace_on_change = true
123122
user_data = <<-EOF
124123
#!/bin/bash

0 commit comments

Comments
 (0)