github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/test/fixtures/terragrunt/terragrunt-output/main.tf (about)

     1  output "str" {
     2    value = "str"
     3  }
     4  
     5  output "list" {
     6    value = ["a", "b", "c"]
     7  }
     8  
     9  output "map" {
    10    value = { foo = "bar" }
    11  }