github.com/sl1pm4t/terraform@v0.6.4-0.20170725213156-870617d22df3/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 }