v0.35.0
Modules affected
terraform
[BACKWARDS INCOMPATIBLE CHANGE]
Description
- The
TgApplyAll
,TgDestroyAll
, andTgPlanAllExitCode
methods will now all useterragrunt run-all xxx
instead ofterragrunt xxx-all
commands (e.g.,terragrunt run-all apply
instead ofterragrunt 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 therun-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!