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
provider_test.go
resource_cloudinit_config.go
resource_cloudinit_config_test.go
resource_template_file.go
resource_template_file_test.go