terraform/command/testdata/modules
Pam Selle 87bce5f9dd
Support reading module outputs in terraform console (#24808)
* Include eval in output walk

This allows outputs to be evaluated in the evalwalk,
impacting terraform console. Outputs are still not evaluated
for terraform console in the root module, so this has
no impact on writing to state (as child module outputs are not
written to state). Also adds test coverage to the console command,
including for evaluating locals (another use of the evalwalk)
2020-04-30 09:21:42 -04:00
..
.terraform/modules Support reading module outputs in terraform console (#24808) 2020-04-30 09:21:42 -04:00
child Support reading module outputs in terraform console (#24808) 2020-04-30 09:21:42 -04:00
main.tf Support reading module outputs in terraform console (#24808) 2020-04-30 09:21:42 -04:00
terraform.tfstate Support reading module outputs in terraform console (#24808) 2020-04-30 09:21:42 -04:00