Skip to content

Commit c287bb4

Browse files
committed
test: install existing deb package
1 parent 6344a09 commit c287bb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/terraform/modules/ec2/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ 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
121122
user_data_replace_on_change = true
122123
user_data = <<-EOF
123124
#!/bin/bash

0 commit comments

Comments
 (0)