github.com/alexaandru/terraform@v0.11.1-0.20171120185746-28632790b723/config/test-fixtures/output-unnamed.tf (about)

     1  output "okay" {
     2    value = "bar"
     3  }
     4  
     5  output {
     6    value = "foo"
     7  }