terraform/config
Paul Hinze afe4abb637 core: add prevent_destroy lifecycle flag
When the `prevent_destroy` flag is set on a resource, any plan that
would destroy that resource instead returns an error. This has the
effect of preventing the resource from being unexpectedly destroyed by
Terraform until the flag is removed from the config.
2015-04-17 10:40:04 -05:00
..
lang config/lang: support math on variables through implicits 2015-04-14 09:09:18 -07:00
module Test helpers to print expected output 2015-04-13 14:12:43 +01:00
test-fixtures core: protect against count.index in modules 2015-04-15 10:41:56 -05:00
append.go config: allow atlas block 2015-03-24 13:30:22 -07:00
append_test.go config: allow atlas block 2015-03-24 13:30:22 -07:00
config.go core: add prevent_destroy lifecycle flag 2015-04-17 10:40:04 -05:00
config_string.go config: add Config method 2014-10-02 11:34:08 -07:00
config_test.go core: protect against count.index in modules 2015-04-15 10:41:56 -05:00
config_tree.go config: make Merge an exported func 2014-07-18 17:05:22 -07:00
import_tree.go config: HCL loader 2014-08-11 09:58:53 -07:00
interpolate.go config: self variables 2015-02-23 14:34:25 -08:00
interpolate_funcs.go length added to built-in functions 2015-04-15 16:20:11 +01:00
interpolate_funcs_test.go Merge pull request #1495 from TimeIncOSS/length-func 2015-04-15 11:54:46 -05:00
interpolate_test.go config: self variables 2015-02-23 14:34:25 -08:00
interpolate_walk.go config: if any var is computed, the entire interpolation is computed 2015-02-27 22:47:43 -08:00
interpolate_walk_test.go config: if any var is computed, the entire interpolation is computed 2015-02-27 22:47:43 -08:00
lang.go config/lang; missed file 2015-01-15 09:40:36 -08:00
loader.go config: isTemporaryFile -> isIgnoredFile 2015-03-19 09:51:14 +01:00
loader_hcl.go config: allow atlas block 2015-03-24 13:30:22 -07:00
loader_hcl_test.go config: HCL loader 2014-08-11 09:58:53 -07:00
loader_test.go config: allow atlas block 2015-03-24 13:30:22 -07:00
merge.go config: allow atlas block 2015-03-24 13:30:22 -07:00
merge_test.go config: allow atlas block 2015-03-24 13:30:22 -07:00
raw_config.go config: copy the key on Copy 2015-04-09 09:31:04 -07:00
raw_config_test.go config: if any var is computed, the entire interpolation is computed 2015-02-27 22:47:43 -08:00