github gruntwork-io/terratest v0.35.0

latest releases: v0.47.1, v0.47.0, v0.46.16...
3 years ago

Modules affected

  • terraform [BACKWARDS INCOMPATIBLE CHANGE]

Description

  • The TgApplyAll, TgDestroyAll, and TgPlanAllExitCode methods will now all use terragrunt run-all xxx instead of terragrunt xxx-all commands (e.g., terragrunt run-all apply instead of terragrunt apply-all), as the latter are deprecated. This means that, from this release onwards, Terratest will only work with Terragrunt v0.28.1 and above, which is the version that added the run-all command.
  • Also, switch all the above methods to use -auto-approve instead of the deprecated -force.

Special thanks

Special thanks to @davidtam for the contribution!

Related links

Don't miss a new terratest release

NewReleases is sending notifications on new releases.