terraform/builtin/providers/template
Paul Hinze 385b17d679 provider/template: don't error when rendering fails in Exists
The Exists function can run in a context where the contents of the
template have changed, but it uses the old set of variables from the
state. This means that when the set of variables changes, rendering will
fail in Exists. This was returning an error, but really it just needs to
be treated as a scenario where the template needs re-rendering.

fixes #2344 and possibly a few other template issues floating around
2015-06-17 15:33:07 -05: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 provider/template: don't error when rendering fails in Exists 2015-06-17 15:33:07 -05:00
resource_test.go provider/template: don't error when rendering fails in Exists 2015-06-17 15:33:07 -05:00