diff --git a/code/ruby/06-terraform-team/terraform-test.rb b/code/ruby/06-terraform-team/terraform-test.rb index 03a4e75e..24cb6749 100644 --- a/code/ruby/06-terraform-team/terraform-test.rb +++ b/code/ruby/06-terraform-team/terraform-test.rb @@ -19,7 +19,7 @@ puts `terraform apply #{vars_string} 2>&1` elb_dns_name = `terraform output -no-color elb_dns_name` - url = "http://#{elb_dns_name}/" + url = "http://#{elb_dns_name.strip}/" retries = 0 loop do