v0.16.7
#540: There are now two "init" commands you can use in hooks: init-from-module
, which only executes when downloading remote Terraform configurations based on the source
parameter, and init
, which executes for all other init
invocations (e.g,. to configure backends, download providers, download modules).