terraform/command/testdata/import-module-input-variable
Alisdair McDiarmid d8e9964363 terraform: Eval module call arguments for import
Include the import walk in the list of operations for which we create an
EvalModuleCallArgument node. This causes module call arguments to be
evaluated even if the module variables have defaults, ensuring that
invalid default values (such as the common "{}" for variables thought of
as maps) do not cause failures specific to import.

This fixes a bug where a child module evaluates an input variable in its
locals block, assuming that it is a nested object structure. The bug
report includes a default value of "{}", which is overridden by a root
variable value. Without the eval node added in this commit, the default
value is used and the local evaluation errors.
2020-08-17 17:14:12 -04:00
..
child terraform: Eval module call arguments for import 2020-08-17 17:14:12 -04:00
main.tf terraform: Eval module call arguments for import 2020-08-17 17:14:12 -04:00
terraform.tfvars terraform: Eval module call arguments for import 2020-08-17 17:14:12 -04:00