We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1520630 commit b55169cCopy full SHA for b55169c
test/terraform/modules/ec2/main.tf
@@ -118,7 +118,6 @@ resource "aws_instance" "ubuntu" {
118
Name = "${var.test_environment}-${var.collector_distro}-${local.instance_config[count.index].test_key_prefix}"
119
}
120
121
- # TODO: scope s3 install to commit sha once publish with sha is merged to main
122
user_data_replace_on_change = true
123
user_data = <<-EOF
124
#!/bin/bash
0 commit comments