github.com/candidpartners/terraform@v0.9.5-0.20171005231213-29f5f88820f6/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 }