github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/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  }