terraform/builtin/providers/template
Paul Hinze 0036db8f82 provider/template: warn when template specified as path
Turns out the BC code allowed users to move from `filename` to
`template` to squash the warning without having to switch from template
paths to template contents.

Here we warn when `template` is specified as a path so we can remove the
functionality in the future and remove this source of confusion.

refs #3732
2016-03-10 12:34:56 -06:00
..
provider.go Adds template_cloudinit_config resource to template 2015-12-21 13:32:26 -05:00
provider_test.go providers: add template provider 2015-05-01 16:59:49 -07:00
resource_cloudinit_config.go Remove mime type validation 2016-01-28 11:36:18 +00:00
resource_cloudinit_config_test.go Remove mime type validation 2016-01-28 11:36:18 +00:00
resource_template_file.go provider/template: warn when template specified as path 2016-03-10 12:34:56 -06:00
resource_template_file_test.go provider/template: warn when template specified as path 2016-03-10 12:34:56 -06:00