Releases: gruntwork-io/terratest
Releases · gruntwork-io/terratest
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
Breaking Changes:
CheckSshConnection()
andCheckPrivateSshConnection()
now accept astruct
of typeHost
as one of its parameters instead of three separate properties. Because function signature has changed, since this is a breaking change.
v0.1.7
- Introduce
ssh.CheckPrivateSshConnection()
to validate accessing a private server via a bastion host.
v0.1.6
v0.1.5
v0.1.4
v0.1.3
- Add helpers for checking URLs, including
HttpGet
,HttpGetWithRetry
, andCheckTerraformOutputUrlReturnsExpectedText
. - Add
AccountId
toRandomResourceCollection
. - Add a
GetRandomVpc
method that retrieves a random VPC in a specified region. The VPC details include the vpc id, name, and subnets. - Add a
GetAmazonLinuxAmi
that returns the ID of an Amazon Linux AMI in the specified region.