github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/apply-destroy-data-resource/main.tf (about)

     1  data "null_data_source" "testing" {
     2    foo = "yes"
     3  }