File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,15 @@ resource "aws_instance" "testing_vm" {
45
45
key_name = var. ami_key_pair_name # This is the key as known in the ec2 key_pairs
46
46
instance_type = var. instance_type
47
47
tags = {
48
- Environment = " ${ var . environment } "
49
- Name = " ${ var . benchmark_os } -${ var . benchmark_type } "
50
- repository = " ${ var . repository } "
48
+ Environment = " ${ var . environment } "
49
+ Name = " ${ var . benchmark_os } -${ var . benchmark_type } "
50
+ repository = " ${ var . repository } "
51
51
}
52
52
vpc_security_group_ids = [aws_security_group . github_actions . id ]
53
53
subnet_id = aws_subnet. Main . id
54
54
metadata_options {
55
- http_tokens = " required"
55
+ http_tokens = " required"
56
+ http_endpoint = " enabled"
56
57
}
57
58
root_block_device {
58
59
delete_on_termination = true
You can’t perform that action at this time.
0 commit comments