github.com/meteor/terraform@v0.6.15-0.20210412225145-79ec4bc057c6/config/test-fixtures/output-unnamed.tf (about)

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