Modules affected
terraform
Description
terraform.InitAndValidate
,terraform.InitAndPlan
, andterraform.InitAndApply
no longer makes a separate call toterraform.Get
, which is not necessary in modern (0.11+) versions of terraform as theget
operation is automatically handled ininit
.