github.com/paultyng/terraform@v0.6.11-0.20180227224804-66ff8f8bed40/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  }