terraform/builtin/providers/template
Paul Hinze 928f534cfc template_file: source contents instead of path
Building on the work of #3846, deprecate `filename` in favor of a
`template` attribute that accepts file contents instead of a path.

Required a bit of work in the interpolation code to prevent Terraform
from assuming that template interpolations were resource variables that
needed to be resolved. Leaving them as "Unknown Variables" prevents
interpolation from happening early and lets the `template_file` resource
do its thing.
2015-11-13 11:24:20 -06:00
..
provider.go providers: add template provider 2015-05-01 16:59:49 -07:00
provider_test.go providers: add template provider 2015-05-01 16:59:49 -07:00
resource.go template_file: source contents instead of path 2015-11-13 11:24:20 -06:00
resource_test.go template_file: source contents instead of path 2015-11-13 11:24:20 -06:00