github.com/swisspost/terratest@v0.0.0-20230214120104-7ec6de2e1ae0/test/fixtures/terraform-output-list/output.tf (about) 1 output "giant_steps" { 2 value = [ 3 "John Coltrane", 4 "Tommy Flanagan", 5 "Paul Chambers", 6 "Art Taylor", 7 ] 8 } 9 10 output "not_a_list" { 11 value = "This is not a list." 12 }