github.com/tompao/terraform@v0.6.10-0.20180215233341-e41b29d0961b/config/test-fixtures/output-unnamed.tf (about)

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