github.com/rstandt/terraform@v0.12.32-0.20230710220336-b1063613405c/config/testdata/data-source-arity-mistake.tf (about)

     1  # I forgot the data source name!
     2  data "null" {
     3  }