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 config: allow atlas block 2015-03-24 13:30:22 -07:00
append_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
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 config: make Merge an exported func 2014-07-18 17:05:22 -07:00
import_tree.go Condense switch fallthroughs into expr lists 2015-05-26 21:52:36 -04:00
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 config: new HCL API 2015-11-07 16:53:42 -08:00
loader_hcl.go remove "count" while loading a data source 2016-09-03 13:08:41 -07:00
loader_hcl_test.go config: HCL loader 2014-08-11 09:58:53 -07:00
loader_test.go Failing test for GH-8820 2016-09-15 16:51:12 -04:00
merge.go config: allow atlas block 2015-03-24 13:30:22 -07:00
merge_test.go removed extra parentheses 2015-10-08 15:48:04 +03:00
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