github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/null_output/main.tf (about)

     1  output "my_null_output" {
     2    value = null
     3  }