We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab7c5 commit 185d6a7Copy full SHA for 185d6a7
code/ruby/06-terraform-team/terraform-test.rb
@@ -19,7 +19,7 @@
19
puts `terraform apply #{vars_string} 2>&1`
20
21
elb_dns_name = `terraform output -no-color elb_dns_name`
22
- url = "http://#{elb_dns_name}/"
+ url = "http://#{elb_dns_name.strip}/"
23
24
retries = 0
25
loop do
0 commit comments