infrastructure-as-code-testing-talk icon indicating copy to clipboard operation
infrastructure-as-code-testing-talk copied to clipboard

Fixing the parsing url error

Open jonathancarvalheiro opened this issue 3 years ago • 1 comments

When I run this test I got this error: retry.go:84: HTTP GET to URL "https://dummy.us-east-2.amazonaws.com/live" returned an error: parse ""https://dummy.us-east-2.amazonaws.com/live"": first path segment in URL cannot contain colon. Sleeping for 3s and will try again.

The proposed change fixes this.

jonathancarvalheiro avatar Mar 30 '21 16:03 jonathancarvalheiro

Ah, that's due to a backwards incompatible change to terraform output that landed in Terraform 0.14. The proper fix is to update to a newer version of Terratest!

brikis98 avatar Mar 31 '21 09:03 brikis98