github.com/alkar/terraform@v0.9.6-0.20170517124458-a4cddf6ebf59/terraform/test-fixtures/input-module-computed-output-element/main.tf (about) 1 module "b" { 2 source = "./modb" 3 } 4 5 module "a" { 6 source = "./moda" 7 8 single_element = "${element(module.b.computed_list, 0)}" 9 }