github.com/chentex/terraform@v0.11.2-0.20171208003256-252e8145842e/terraform/test-fixtures/refresh-data-resource-basic/main.tf (about) 1 data "null_data_source" "testing" { 2 inputs = { 3 test = "yes" 4 } 5 }