github.com/robertreppel/terraform@v0.11.8-0.20180412164320-05291ab9822d/terraform/test-fixtures/apply-destroy-data-resource/main.tf (about) 1 data "null_data_source" "testing" { 2 inputs = { 3 test = "yes" 4 } 5 }