github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/broken_wrong_block_output/main.tftest.hcl (about)

     1  output "abc" {
     2    value = "1"
     3  }
     4  
     5  run "test" {}