github.com/kjmkznr/terraform@v0.5.2-0.20180216194316-1d0f5fdac99e/command/e2etest/test-fixtures/template-provider/main.tf (about) 1 provider "template" { 2 3 } 4 5 data "template_file" "test" { 6 template = "Hello World" 7 }