brikis98 / terraform-up-and-running-code

Code samples for the book "Terraform: Up & Running" by Yevgeniy Brikman
http://www.terraformupandrunning.com/
MIT License
2.87k stars 1.92k forks source link

Add missing package and tls config #66

Closed 8cesar closed 3 years ago

8cesar commented 3 years ago

alb-example-test:

Add missing tlsConfig (and package) to avoid test fail

brikis98 commented 3 years ago

Thanks for the PR! It looks like I forgot to include the go.mod and go.sum files for my Go code in that test folder... The version of Terratest I was using when the book was written did not yet have this TLS param. I think the better fix would be to add those files so the version is pinned correctly, as there may have been other backwards incompatible changes too. I'll add this to my TODO list, but will close this PR for now.