blob: 31af45150a71017ce7f5dcbe0ff62b5bcd0618a2 [file] [log] [blame]
provider "template" {
}
data "template_file" "test" {
template = "Hello World"
}