github.com/brandonstevens/terraform@v0.9.6-0.20170512224929-5367f2607e16/config/test-fixtures/data-source-arity-mistake.tf (about)

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