TestServerHello 2024-07-01T21:28:41Z http_helper.go:32:  
Making an HTTP GET call to URL http://18.194.207.121
TestServerHello 2024-07-01T21:28:44Z retry.go:84: HTTP GET to URL
http://18.194.207.121 returned an error: 
Get "http://18.194.207.121": dial tcp 18.194.207.121:80: connect: 
connection refused. Sleeping for 10s and will try again.
TestServerHello 2024-07-01T21:28:54Z retry.go:72: HTTP GET to URL
http://18.194.207.121
TestServerHello 2024-07-01T21:28:54Z http_helper.go:32: 
Making an HTTP GET call to URL http://18.194.207.121
TestServerHello 2024-07-01T21:28:54Z retry.go:72: terraform 
[destroy -auto-approve -input=false -var ami_id=ami-055a0031a98b50f0f 
  -lock=false]
TestServerHello 2024-07-01T21:28:54Z command.go:87: 
Running command terraform with args [destroy -auto-approve -input=false 
  -var ami_id=ami-055a0031a98b50f0f -lock=false]
TestServerHello 2024-07-01T21:29:00Z 
command.go:158: aws_security_group.testbed_sg: Refreshing state... 
  [id=sg-0c62d3b7f68c2f299]
TestServerHello 2024-07-01T21:29:00Z command.go:158: 
  aws_instance.testbed: Refreshing state... [id=i-01a0c3e1e176cb13f]
TestServerHello 2024-07-01T21:29:06Z command.go:158: 
  aws_instance.testbed: Destroying... [id=i-01a0c3e1e176cb13f]
TestServerHello 2024-07-01T21:29:36Z command.go:158: 
  aws_instance.testbed: Destruction complete after 31s
TestServerHello 2024-07-01T21:29:36Z command.go:158: 
  aws_security_group.testbed_sg: Destroying... [id=sg-0c62d3b7f68c2f299]
TestServerHello 2024-07-01T21:29:37Z command.go:158: 
  aws_security_group.testbed_sg: Destruction complete after 0s
TestServerHello 2024-07-01T21:29:37Z command.go:158: 
TestServerHello 2024-07-01T21:29:37Z command.go:158: Destroy complete! 
  Resources: 2 destroyed.
TestServerHello 2024-07-01T21:29:37Z ami.go:62: 
  Retrieving EBS snapshots backing AMI ami-055a0031a98b50f0f
TestServerHello 2024-07-01T21:29:37Z ec2.go:271: 
  Deregistering AMI ami-055a0031a98b50f0f
TestServerHello 2024-07-01T21:29:37Z ebs.go:21: 
  Deleting EBS snapshot snap-0be33c4d2d4baf122
PASS
ok      _/vagrant/serverhello_test  257.156s
