github.com/danp/terraform@v0.9.5-0.20170426144147-39d740081351/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 }