Commit Graph

133 Commits (abb94de63124411f3cb522e578bb38cd93f1239c)

Author SHA1 Message Date
Mitchell Hashimoto d28e5a1638 dos2unix
12 years ago
Mitchell Hashimoto 99a4439359 config: nicer error if dir isn't a dir
12 years ago
Mitchell Hashimoto f9f4e62411 config: validate that count is >= 1
12 years ago
Mitchell Hashimoto fa175113fe config: case sensitive templates
12 years ago
Mitchell Hashimoto 0d12c3f5b8 config: fmt
12 years ago
Mitchell Hashimoto 80385c7682 config: add file() function for reading file contents
12 years ago
Mitchell Hashimoto 625fb65526 config: make errors a bit nicer
12 years ago
Mitchell Hashimoto 20da842bcf config: validate dependsOn
12 years ago
Mitchell Hashimoto 0699cde1d4 config: depends_on meta-parameter
12 years ago
Mitchell Hashimoto 1e2de8f91c config: more tests
12 years ago
Mitchell Hashimoto bff5c09164 config: test nested function calls
12 years ago
Mitchell Hashimoto 7dfd4f5a3c config: tests for the parser
12 years ago
Mitchell Hashimoto de1c23617a config: don't panic on parse error of variables
12 years ago
Mitchell Hashimoto 4f57437144 config: parser fixes and application
12 years ago
Mitchell Hashimoto 1dcefba5c4 config: parser
12 years ago
Mitchell Hashimoto db160a0249 config: add LiteralInterpolation
12 years ago
Mitchell Hashimoto 935fa1d6fb config: tests
12 years ago
Mitchell Hashimoto 7b3a462ad1 config: remove UserMapVariable
12 years ago
Mitchell Hashimoto b10b678326 config: fix error message in validation
12 years ago
Mitchell Hashimoto f9e6754763 config: comments
12 years ago
Mitchell Hashimoto 61938c070f config: validate type of default to string or mapping for var
12 years ago
Mitchell Hashimoto e59ff6e92c terraform: fix tests
12 years ago
Mitchell Hashimoto fe2285898a config: DefaultsMap should return nil if nil
12 years ago
Mitchell Hashimoto c9a20c3c58 terraform: test that mapping lookups work
12 years ago
Mitchell Hashimoto c988be9ce7 config: DefaultsMap
12 years ago
Mitchell Hashimoto aeb085c5f0 config: error if variable interpolation can't find variable
12 years ago
Mitchell Hashimoto 7578fb8bdc config: interpolationWalker detects functions
12 years ago
Mitchell Hashimoto 8b5cc5d534 config: lookup function works + tests
12 years ago
Mitchell Hashimoto 6a191d7395 config: function calls work
12 years ago
Mitchell Hashimoto cabc007ec4 config: get rid of the variable*Walkers, replace with more generic
12 years ago
Mitchell Hashimoto 4099c64833 config: tests, so many tests
12 years ago
Mitchell Hashimoto e8fe26488a config: interpolationWalk seems to work
12 years ago
Mitchell Hashimoto 4c9e0f395c config: basic interpolationWalker
12 years ago
Mitchell Hashimoto 582b0cf43e config: introduce Interpolation, not hooked up completely yet
12 years ago
Mitchell Hashimoto b772f8078d config: detect UserMapVariable
12 years ago
Mitchell Hashimoto b8a0a02217 config: TODO tests for validation
12 years ago
Mitchell Hashimoto b0ce89b805 config: change Default to an interface{}
12 years ago
Mitchell Hashimoto e396b8f3d9 config: test that multiple overrides work
12 years ago
Mitchell Hashimoto 77ff9c3a6b config: some docs
12 years ago
Mitchell Hashimoto 06cdd4fa42 config: LoadDir loads override files
12 years ago
Mitchell Hashimoto 9d2e83d56d config: Merge works properly
12 years ago
Mitchell Hashimoto cf1f3a9e73 config: test that LoadDir doesn't merge
12 years ago
Mitchell Hashimoto 69b7bc5047 config: add Append function
12 years ago
Mitchell Hashimoto 7bd7e4218f config: make ProviderConfigs slice
12 years ago
Mitchell Hashimoto 3834846418 config: Outputs is now a slice
12 years ago
Mitchell Hashimoto a19e2983de terraform: tests passing for Config change
12 years ago
Mitchell Hashimoto e4bcd3c448 config: Variables is now a slice
12 years ago
Mitchell Hashimoto a583b800a4 config: add unknownKeys to Merge
12 years ago
Mitchell Hashimoto 3d67c967aa config: make Merge an exported func
12 years ago
Mitchell Hashimoto 9cd1018f0b config: config files can be in JSON, as well
12 years ago