terraform/config
Mitchell Hashimoto 694b16de5d
config: ignore_changes cannot have interpolations
This is the limitation of all lifecycle attributes currently. Right now,
interpolations are allowed through and the user ends up thinking it
should work. We should give an error.

In the future it should be possible to support some minimal set of
interpolations (static variables, data sources even perhaps) but for now
let's validate that this doesn't work.
2016-10-24 23:06:33 -07:00
..
module config/module: tree.Child on a nil tree works 2016-10-19 13:38:49 -07:00
test-fixtures config: ignore_changes cannot have interpolations 2016-10-24 23:06:33 -07:00
append.go
append_test.go
config.go config: ignore_changes cannot have interpolations 2016-10-24 23:06:33 -07:00
config_string.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00
config_test.go config: ignore_changes cannot have interpolations 2016-10-24 23:06:33 -07:00
config_tree.go
import_tree.go
interpolate.go core: Better error for dot indexing on user vars 2016-06-12 10:45:48 -05:00
interpolate_funcs.go Add merge interpolation function 2016-08-01 18:30:58 -04:00
interpolate_funcs_test.go Add merge interpolation function 2016-08-01 18:30:58 -04:00
interpolate_test.go core: Better error for dot indexing on user vars 2016-06-12 10:45:48 -05:00
interpolate_walk.go core: Fix slice element keys on interpolateWalk 2016-07-08 16:43:42 +01:00
interpolate_walk_test.go Update reflectwalk to fix failing tests 2016-09-27 19:16:29 -07:00
lang.go remove config/lang, use hashicorp/hil 2016-02-03 13:24:04 -05:00
loader.go
loader_hcl.go remove "count" while loading a data source 2016-09-03 13:08:41 -07:00
loader_hcl_test.go
loader_test.go Failing test for GH-8820 2016-09-15 16:51:12 -04:00
merge.go
merge_test.go
raw_config.go config: RawConfig merge should only set unknown keys non-nil if 2016-10-19 15:21:09 -07:00
raw_config_test.go config: fix a conflicting test name 2016-10-19 13:39:28 -07:00
resource_mode.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00
resource_mode_string.go config: "ResourceMode" concept for resources 2016-05-14 08:26:35 -07:00
testing.go terraform: rename attach config to only attach provider config 2016-10-19 13:38:51 -07:00