terraform/config
Kushal Pisavadia b40b7ce01a Do not read temporary editor files, fixes #548
This fixes a bug where Terraform would error with the following:

```
Error loading config: Error reading
/Users/rhenrichs/work/example/.#example.tf: open
/Users/rhenrichs/work/example/.#example.tf: no such file or directory
```

The solution implemented here ignores the common emacs and vim
temporary file formats.

Note: the potential danger with merging this is that Terraform could
quickly have requests to ignore other file formats.
2014-12-09 13:15:00 +00:00
..
module Merge pull request #547 from ceh/issue-518 2014-11-20 13:30:14 -05:00
test-fixtures Do not read temporary editor files, fixes #548 2014-12-09 13:15:00 +00:00
append.go config: Append works with modules 2014-09-11 19:50:41 -07:00
append_test.go config: Append works with modules 2014-09-11 19:50:41 -07:00
config.go config: allow exact multi-resource references outside slices 2014-10-11 17:20:39 -07:00
config_string.go config: add Config method 2014-10-02 11:34:08 -07:00
config_test.go argument and verb formatting fixes reported by go vet 2014-11-02 13:56:44 +01:00
config_tree.go config: make Merge an exported func 2014-07-18 17:05:22 -07:00
expr.y config: parse multi-args in interpolations [GH-282] 2014-09-09 14:39:32 -07:00
expr_lex.go config: unit tests for lexer 2014-09-09 14:34:03 -07:00
expr_lex_test.go config: unit tests for lexer 2014-09-09 14:34:03 -07:00
expr_parse.go config: unit tests for lexer 2014-09-09 14:34:03 -07:00
expr_parse_test.go config: can parse module variables 2014-09-15 11:40:25 -07:00
import_tree.go config: HCL loader 2014-08-11 09:58:53 -07:00
interpolate.go terraform: test path variables 2014-10-07 20:09:30 -07:00
interpolate_funcs.go Added an element interpolation lookup function for accessing a specific index from a list with splat variables 2014-11-07 10:24:21 -08:00
interpolate_funcs_test.go Added an element interpolation lookup function for accessing a specific index from a list with splat variables 2014-11-07 10:24:21 -08:00
interpolate_test.go config: parse ${path.module} 2014-10-07 18:03:11 -07:00
interpolate_walk.go fmt 2014-10-10 14:50:35 -07:00
interpolate_walk_test.go config: add join() function 2014-10-09 21:22:35 -07:00
loader.go Do not read temporary editor files, fixes #548 2014-12-09 13:15:00 +00:00
loader_hcl.go config: add Config method 2014-10-02 11:34:08 -07:00
loader_hcl_test.go config: HCL loader 2014-08-11 09:58:53 -07:00
loader_test.go Do not read temporary editor files, fixes #548 2014-12-09 13:15:00 +00:00
merge.go config: Merge for modules works 2014-09-11 19:54:02 -07:00
merge_test.go config: Merge for modules works 2014-09-11 19:54:02 -07:00
raw_config.go config: validate that count is an int 2014-10-02 16:51:20 -07:00
raw_config_test.go config: Count can be a string (for interpolation) 2014-10-02 11:14:50 -07:00