terraform/config
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
..
lang Reflect new comment format in stringer.go 2015-11-09 11:38:51 -05:00
module fix a bunch of tests from go-getter import 2015-10-15 13:48:58 -07:00
test-fixtures Add resource with heredoc to config load tests 2015-11-10 18:12:21 -05:00
append.go
append_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
config.go Adding ignore_changes lifecycle meta property 2015-10-14 16:34:27 -05:00
config_string.go
config_test.go
config_tree.go
import_tree.go
interpolate.go template_file: source contents instead of path 2015-11-13 11:24:20 -06:00
interpolate_funcs.go Add coalesce func 2015-11-08 19:34:56 +13:00
interpolate_funcs_test.go Add coalesce func 2015-11-08 19:34:56 +13:00
interpolate_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
interpolate_walk.go
interpolate_walk_test.go
lang.go
loader.go config: new HCL API 2015-11-07 16:53:42 -08:00
loader_hcl.go config: remove debug line 2015-11-07 16:55:07 -08:00
loader_hcl_test.go
loader_test.go Add resource with heredoc to config load tests 2015-11-10 18:12:21 -05:00
merge.go
merge_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
raw_config.go
raw_config_test.go
string_list.go go fmt the "compact" function changes. 2015-10-10 15:17:25 -07:00
string_list_test.go Add tests for empty string lists 2015-10-08 17:32:54 +02:00