github.com/nathanielks/terraform@v0.6.1-0.20170509030759-13e1a62319dc/config/test-fixtures/data-source-arity-mistake.tf (about)

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