928f534cfc
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. |
||
---|---|---|
.. | ||
provider.go | ||
provider_test.go | ||
resource.go | ||
resource_test.go |