blob: deea30d669850ca7f6948675208356b5f7ff1fac [file] [log] [blame]
resource "test_instance" "tmpl" {
foo = "${file("${path.module}/template.txt")}"
}
output "template" {
value = "${test_instance.tmpl.foo}"
}