github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/config/test-fixtures/data-source-arity-mistake.tf (about)

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