v0.16.6
#542: When Terragrunt calls terraform init -from-module=xxx
to download the code for xxx
, it now sets the -get=false
, -get-plugins=false
, and -backend=false
params. These will all be handled in a later call to init
instead. This should improve iteration speed when calling Terragrunt commands.