Releases: gruntwork-io/terratest
Releases · gruntwork-io/terratest
v0.5.2
v0.5.1
v0.5.0
v0.4.1
v0.4.0
-
BREAKING CHANGE: This release removes the following properties from
TerratestOptions
:TfRemoteStateS3BucketName
TfRemoteStateS3BucketRegion
This was part of cleaning up left overs from when Terratest used Terraform Remote State. We do not anticipate this will cause a breaking change, but just in case a Terratest user directly references these properties, we're marking this as a breaking change.
v0.3.2
v0.3.1
- UPDATE:
runSshCommand
will now output bothstdout
andstderr
in its output.
v0.3.0
Terratest now works with Terraform 0.9.x. The terratest API is unchanged but we are issuing a new major release because terratest will no longer work with Terraform < 0.9.
v0.2.6
v0.2.5
- ENHANCEMENT: You can now define not only which AWS Regions are "forbidden" from being used in a test, but also those which are explicitly approved.