Skip to content

Releases: gruntwork-io/terratest

v0.1.12

13 May 00:17
Compare
Choose a tag to compare
  • Add a CheckSshCommand command that connects via SSH, runs a command, and returns the stdout.

v0.1.11

22 Apr 00:13
Compare
Choose a tag to compare
  • Fix bug with how GetCloudWatchLogEntries sets the tag key

v0.1.10

21 Apr 21:53
Compare
Choose a tag to compare
  • Add helper for fetching CloudWatch log entries
  • Add helper for fetching EC2 instances by tag
  • Add helpers for running parts of a test in parallel

v0.1.9

20 Apr 19:10
Compare
Choose a tag to compare
  • Use unique names for Key Pair files so you can run multiple SSH checks in paralllel
  • Fix glide issues in this repo

v0.1.8

07 Apr 23:46
Compare
Choose a tag to compare

Breaking Changes:

  • CheckSshConnection() and CheckPrivateSshConnection() now accept a struct of type Host as one of its parameters instead of three separate properties. Because function signature has changed, since this is a breaking change.

v0.1.7

07 Apr 04:04
Compare
Choose a tag to compare
  • Introduce ssh.CheckPrivateSshConnection() to validate accessing a private server via a bastion host.

v0.1.6

02 Apr 11:10
Compare
Choose a tag to compare
  • GetDefaultVpc now returns a list of custom Subnet objects rather than ec2.Subnet.

v0.1.5

01 Apr 22:34
Compare
Choose a tag to compare
  • The GetRandomVpc method has been changed to a GetDefaultVpc method.

v0.1.4

30 Mar 22:05
Compare
Choose a tag to compare
  • Add a helper for running packer builds
  • Add a helper for checking SSH connectivity

v0.1.3

29 Mar 10:25
Compare
Choose a tag to compare
  1. Add helpers for checking URLs, including HttpGet, HttpGetWithRetry, and CheckTerraformOutputUrlReturnsExpectedText.
  2. Add AccountId to RandomResourceCollection.
  3. Add a GetRandomVpc method that retrieves a random VPC in a specified region. The VPC details include the vpc id, name, and subnets.
  4. Add a GetAmazonLinuxAmi that returns the ID of an Amazon Linux AMI in the specified region.